diff --git a/src/util.cpp b/src/util.cpp index a403ae08c5..6b0e3bede5 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -938,7 +938,6 @@ void PrintExceptionContinue(std::exception* pex, const char* pszThread) std::string message = FormatException(pex, pszThread); LogPrintf("\n\n************************\n%s\n", message); fprintf(stderr, "\n\n************************\n%s\n", message.c_str()); - strMiscWarning = message; } boost::filesystem::path GetDefaultDataDir()