]> Git Repo - VerusCoin.git/blobdiff - src/util.cpp
uni3
[VerusCoin.git] / src / util.cpp
index b452cea72bde43b29cbcec1e0f1fd41eeb5f646d..c2d299e20df237534fe0a7bc0f00bc5876d88a52 100644 (file)
@@ -643,9 +643,6 @@ void ReadConfigFile(map<string, string>& mapSettingsRet,
     }
     // If datadir is changed in .conf file:
     ClearDatadirCache();
-    extern uint16_t BITCOIND_PORT;
-    BITCOIND_PORT = GetArg("-rpcport",BaseParams().RPCPort());
-    //fprintf(stderr,"from conf file %s RPC %u, used to be %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT,BITCOIND_PORT);
 }
 
 #ifndef WIN32
This page took 0.022437 seconds and 4 git commands to generate.