diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2017-01-27 10:34:06 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2017-03-08 08:47:02 -0800 |
commit | a57845c20e96825f1256e6b7f46d67d205c859e0 (patch) | |
tree | b23c938430cfc2734831903ed0e00c3ab67b5746 /src/utiltime.cpp | |
parent | 8a5228197cec2e65f53bffe269c08ce94c440048 (diff) |
Refactor: Remove using namespace <xxx> from util*
Diffstat (limited to 'src/utiltime.cpp')
-rw-r--r-- | src/utiltime.cpp | 2 |
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() |