mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 07:10:46 -08:00
remove some unused code
Found by codacy.com
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user