From 91c6d7720d46bc21f51254ff1858ce63d773e85d Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Tue, 23 Jun 2015 16:45:26 +0200 Subject: [PATCH] Remove unused constant --- libethereum/EthereumHost.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libethereum/EthereumHost.cpp b/libethereum/EthereumHost.cpp index f693ff768..8dc943950 100644 --- a/libethereum/EthereumHost.cpp +++ b/libethereum/EthereumHost.cpp @@ -41,7 +41,6 @@ using namespace dev::eth; using namespace p2p; unsigned const EthereumHost::c_oldProtocolVersion = 60; //TODO: remove this once v61+ is common -unsigned const c_chainReorgSize = 30000; char const* const EthereumHost::s_stateNames[static_cast(SyncState::Size)] = {"Idle", "Waiting", "Hashes", "Blocks", "NewBlocks" };