minor variable removal.

This commit is contained in:
Christopher Jeffrey 2014-10-13 15:49:05 -07:00
parent 502926e44a
commit f05bd154d6
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ using namespace boost;
extern void DetectShutdownThread(boost::thread_group*);
extern int nScriptCheckThreads;
extern bool fDaemon;
extern std::map<std::string, std::string> mapArgs;
#ifdef ENABLE_WALLET
extern std::string strWalletFile;