Skip to content

Commit

Permalink
bench: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Jul 17, 2018
1 parent 0568dcd commit fa39f67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bench/bech32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ static void Bech32Encode(benchmark::State& state)
static void Bech32Decode(benchmark::State& state)
{
std::string addr = "bc1qkallence7tjawwvy0dwt4twc62qjgaw8f4vlhyd006d99f09";
std::vector<unsigned char> vch;
while (state.KeepRunning()) {
bech32::Decode(addr);
}
Expand Down

0 comments on commit fa39f67

Please sign in to comment.