mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-19 11:18:09 +02: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