remove some unused code

Found by codacy.com
This commit is contained in:
moneromooo-monero
2018-11-23 13:47:51 +00:00
parent 611639710d
commit d4f50cb109
14 changed files with 8 additions and 114 deletions

View File

@@ -764,7 +764,7 @@ int main(int argc, char* argv[])
#else
const GetCheckpointsCallback& get_checkpoints = nullptr;
#endif
if (!core.init(vm, nullptr, nullptr, get_checkpoints))
if (!core.init(vm, nullptr, get_checkpoints))
{
std::cerr << "Failed to initialize core" << ENDL;
return 1;