Skip to content

Commit

Permalink
Merge #8108: Trivial: Remove unused local variable shadowing upper local
Browse files Browse the repository at this point in the history
13c4558 Remove unused local variable shadowing upper local (Pavel Janík)
  • Loading branch information
MarcoFalke committed May 27, 2016
2 parents 06bd4f6 + 13c4558 commit a80de15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/sighash_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ BOOST_AUTO_TEST_CASE(sighash_from_data)
nHashType = test[3].get_int();
sigHashHex = test[4].get_str();

uint256 sh;
CDataStream stream(ParseHex(raw_tx), SER_NETWORK, PROTOCOL_VERSION);
stream >> tx;

Expand Down

0 comments on commit a80de15

Please sign in to comment.