Fix build error on gitlab

- Unused variable removed
This commit is contained in:
Srdjan Obucina 2019-10-08 16:16:36 +02:00
parent e1a3241f93
commit a0f24b775b

View file

@ -375,7 +375,6 @@ namespace detail {
}
_chain_db->add_checkpoints( loaded_checkpoints );
bool replay = false;
std::string replay_reason = "reason not provided";
if( _options->count("replay-blockchain") )