X-Git-Url: https://repo.jachan.dev/VerusCoin.git/blobdiff_plain/fcac6706700975d965af63e427c6f57676739d3e..9d36579649705101050a4f1f74fb688ffd0f0b3f:/src/util.cpp diff --git a/src/util.cpp b/src/util.cpp index b452cea72..c2d299e20 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -643,9 +643,6 @@ void ReadConfigFile(map& 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