From a57845c20e96825f1256e6b7f46d67d205c859e0 Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Fri, 27 Jan 2017 10:34:06 +0900 Subject: Refactor: Remove using namespace from util* --- src/utiltime.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utiltime.cpp') diff --git a/src/utiltime.cpp b/src/utiltime.cpp index c7b3e4f16..a9936a645 100644 --- a/src/utiltime.cpp +++ b/src/utiltime.cpp @@ -12,8 +12,6 @@ #include #include -using namespace std; - static int64_t nMockTime = 0; //!< For unit testing int64_t GetTime() -- cgit v1.2.3