aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-03-09 12:02:57 -0500
committerGavin Andresen <[email protected]>2013-04-03 19:57:53 -0400
commitb31499ec72edd1554d4612d1b54808fce0360e14 (patch)
treea2d03852b9fd6e9595470210479f212ccf4313f1 /src/util.h
parentPort Thread* methods to boost::thread_group (diff)
downloaddiscoin-b31499ec72edd1554d4612d1b54808fce0360e14.tar.xz
discoin-b31499ec72edd1554d4612d1b54808fce0360e14.zip
Clean up shutdown process
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 0c5ed9163..4d7c81be0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -134,8 +134,6 @@ extern bool fDebug;
extern bool fDebugNet;
extern bool fPrintToConsole;
extern bool fPrintToDebugger;
-extern volatile bool fRequestShutdown;
-extern bool fShutdown;
extern bool fDaemon;
extern bool fServer;
extern bool fCommandLine;