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 /tests/unit_tests/main.cpp | |
parent | Merge pull request #686 (diff) | |
parent | move g_test_dbg_lock_sleep from a global to a function level static (diff) | |
download | monero-c3c4e28061429bdb0e9102557c5c9a826620b4c5.tar.xz |
Merge pull request #687
5e3557d move g_test_dbg_lock_sleep from a global to a function level static (moneromooo-monero)
Diffstat (limited to 'tests/unit_tests/main.cpp')
-rw-r--r-- | tests/unit_tests/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit_tests/main.cpp b/tests/unit_tests/main.cpp index b96129a3a..faaf9475a 100644 --- a/tests/unit_tests/main.cpp +++ b/tests/unit_tests/main.cpp @@ -32,8 +32,6 @@ #include "include_base_utils.h" -unsigned int epee::g_test_dbg_lock_sleep = 0; - int main(int argc, char** argv) { epee::debug::get_set_enable_assert(true, false); |