mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 14:14:00 +01:00
Remove unused C++ code not covered by unit tests
This commit is contained in:
@@ -103,8 +103,3 @@ std::string ChainNameFromCommandLine()
|
||||
return CBaseChainParams::TESTNET;
|
||||
return CBaseChainParams::MAIN;
|
||||
}
|
||||
|
||||
bool AreBaseParamsConfigured()
|
||||
{
|
||||
return pCurrentBaseParams != NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user