diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-30 17:30:54 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-30 17:30:54 +0000 |
commit | 18137365627bd1f30bc59755ac2614bdd11aaa44 (patch) | |
tree | f9be6a1febe0ea505c7f91bf3c8ed9aa5738f0c1 /tests/unit_tests | |
parent | unit_tests: fix hardfork test build (diff) | |
download | monero-18137365627bd1f30bc59755ac2614bdd11aaa44.tar.xz |
unit_tests: remove an unused variable
Diffstat (limited to 'tests/unit_tests')
-rw-r--r-- | tests/unit_tests/hardfork.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit_tests/hardfork.cpp b/tests/unit_tests/hardfork.cpp index 97f08a49d..899f216fd 100644 --- a/tests/unit_tests/hardfork.cpp +++ b/tests/unit_tests/hardfork.cpp @@ -283,7 +283,6 @@ TEST(reorganize, Same) TEST(reorganize, Changed) { - int history = 4; TestDB db; HardFork hf(db, 1, 0, 1, 1, 4, 100); |