diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-03-09 08:10:09 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-03-09 08:12:59 +0100 |
| commit | c047b1663d47c7b33aa046809201848c200a3ceb (patch) | |
| tree | b23c938430cfc2734831903ed0e00c3ab67b5746 /src/utiltime.cpp | |
| parent | Merge #9952: Add historical release notes for 0.14.0 (diff) | |
| parent | Refactor: Remove using namespace <xxx> from util* (diff) | |
| download | discoin-c047b1663d47c7b33aa046809201848c200a3ceb.tar.xz discoin-c047b1663d47c7b33aa046809201848c200a3ceb.zip | |
Merge #9643: [refactor] Remove using namespace <xxx> from wallet/ & util*
a57845c Refactor: Remove using namespace <xxx> from util* (Karl-Johan Alm)
8a52281 Refactor: Remove using namespace <xxx> from wallet/ (Karl-Johan Alm)
Tree-SHA512: cd06b569fee0ce25db753ade5ee694b582733a8883bfd62a27613020266d2a902af079ef23b58a5412f7af4afd7681e689af3c7780e5ea00c77b16d144d72db5
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 c7b3e4f16..a9936a645 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() |