fix !O_NONBLOCK where ~O_NONBLOCK was meant
[novacoin.git] / src / init.cpp
index 0b8476c..b03e02f 100644 (file)
@@ -33,7 +33,6 @@ bool fConfChange;
 unsigned int nNodeLifespan;
 unsigned int nMinerSleep;
 bool fUseFastIndex;
-bool fUseFastStakeMiner;
 bool fUseMemoryLog;
 enum Checkpoints::CPMode CheckpointsMode;
 
@@ -575,9 +574,6 @@ bool AppInit2()
 
     int64_t nStart;
 
-#ifdef USE_SSE2
-    scrypt_detect_sse2();
-#endif
     // ********************************************************* Step 5: verify database integrity
 
     uiInterface.InitMessage(_("Verifying database integrity..."));