Get rid of RegTest()

This commit is contained in:
jtimon 2014-03-07 23:06:22 -08:00
parent cb9bd83bba
commit 8d26721498
1 changed files with 0 additions and 4 deletions

View File

@ -111,8 +111,4 @@ inline bool TestNet() {
return Params().NetworkID() == CChainParams::TESTNET;
}
inline bool RegTest() {
return Params().NetworkID() == CChainParams::REGTEST;
}
#endif