Remove unused C++ code not covered by unit tests

This commit is contained in:
practicalswift
2017-03-28 08:40:16 +02:00
parent 95f5e44075
commit b51aaf1c42
9 changed files with 3 additions and 42 deletions

View File

@@ -53,10 +53,4 @@ void SelectBaseParams(const std::string& chain);
*/
std::string ChainNameFromCommandLine();
/**
* Return true if SelectBaseParamsFromCommandLine() has been called to select
* a network.
*/
bool AreBaseParamsConfigured();
#endif // BITCOIN_CHAINPARAMSBASE_H