From f05bd154d6b06a9bd4c3621f5d0ea3eb49d3ac1d Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 13 Oct 2014 15:49:05 -0700 Subject: [PATCH] minor variable removal. --- src/bitcoindjs.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index ae86c341..01ae2e24 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -200,7 +200,6 @@ using namespace boost; extern void DetectShutdownThread(boost::thread_group*); extern int nScriptCheckThreads; -extern bool fDaemon; extern std::map mapArgs; #ifdef ENABLE_WALLET extern std::string strWalletFile;