Remove scrypt_sse2 reference.
authorCryptoManiac <balthazar@yandex.ru>
Fri, 10 Apr 2015 07:40:39 +0000 (10:40 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Fri, 10 Apr 2015 07:40:39 +0000 (10:40 +0300)
src/init.cpp

index ca7c8b1..b03e02f 100644 (file)
@@ -574,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..."));