aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-30 17:30:54 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-30 17:30:54 +0000
commit18137365627bd1f30bc59755ac2614bdd11aaa44 (patch)
treef9be6a1febe0ea505c7f91bf3c8ed9aa5738f0c1
parentunit_tests: fix hardfork test build (diff)
downloadmonero-18137365627bd1f30bc59755ac2614bdd11aaa44.tar.xz
unit_tests: remove an unused variable
-rw-r--r--tests/unit_tests/hardfork.cpp1
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);