diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-02-29 17:30:10 -0500 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-02-29 17:30:10 -0500 |
| commit | c3c4e28061429bdb0e9102557c5c9a826620b4c5 (patch) | |
| tree | 34d93ce3018862ca5add44a3dbb5b97f2f40b664 /src/daemon/daemon.cpp | |
| parent | d60bf4ee36b5687bbbfd78e8ecefb2e1133846d2 (diff) | |
| parent | 5e3557d2c30f9f1a206d93441897793a993f3618 (diff) | |
| download | monzero-core-c3c4e28061429bdb0e9102557c5c9a826620b4c5.tar.gz monzero-core-c3c4e28061429bdb0e9102557c5c9a826620b4c5.tar.xz monzero-core-c3c4e28061429bdb0e9102557c5c9a826620b4c5.zip | |
Merge pull request #687
5e3557d move g_test_dbg_lock_sleep from a global to a function level static (moneromooo-monero)
Diffstat (limited to 'src/daemon/daemon.cpp')
| -rw-r--r-- | src/daemon/daemon.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index ed6a66722..e79823d08 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -46,8 +46,6 @@ using namespace epee; #include <functional> -unsigned int epee::g_test_dbg_lock_sleep = 0; - namespace daemonize { struct t_internals { |
