We already have WSA init calls in init.cpp
[novacoin.git] / src / bitcoinrpc.cpp
index 2450ca4..7a5b92a 100644 (file)
@@ -480,9 +480,6 @@ static CCriticalSection cs_THREAD_RPCHANDLER;
 
 void StartRPCServer()
 {
-    // Init net subsystem
-    ix::initNetSystem();
-
     strRPCUserColonPass = mapArgs["-rpcuser"] + ":" + mapArgs["-rpcpassword"];
     if (mapArgs["-rpcpassword"].empty())
     {