From: CryptoManiac Date: Fri, 10 Apr 2015 07:40:39 +0000 (+0300) Subject: Remove scrypt_sse2 reference. X-Git-Tag: nvc-v0.5.3~43 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=1eb62aaab45988ef54c275eaa6e2292013506551 Remove scrypt_sse2 reference. --- diff --git a/src/init.cpp b/src/init.cpp index ca7c8b1..b03e02f 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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..."));