aboutsummaryrefslogtreecommitdiff
path: root/src/utiltime.cpp
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2017-01-27 10:34:06 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2017-03-08 08:47:02 -0800
commita57845c20e96825f1256e6b7f46d67d205c859e0 (patch)
treeb23c938430cfc2734831903ed0e00c3ab67b5746 /src/utiltime.cpp
parent8a5228197cec2e65f53bffe269c08ce94c440048 (diff)
downloadbitcoin-a57845c20e96825f1256e6b7f46d67d205c859e0.tar.xz
Refactor: Remove using namespace <xxx> from util*
Diffstat (limited to 'src/utiltime.cpp')
-rw-r--r--src/utiltime.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utiltime.cpp b/src/utiltime.cpp
index c7b3e4f168..a9936a645a 100644
--- a/src/utiltime.cpp
+++ b/src/utiltime.cpp
@@ -12,8 +12,6 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/thread.hpp>
-using namespace std;
-
static int64_t nMockTime = 0; //!< For unit testing
int64_t GetTime()