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/core_tests/chaingen_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/core_tests/chaingen_main.cpp')
-rw-r--r-- | tests/core_tests/chaingen_main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/core_tests/chaingen_main.cpp b/tests/core_tests/chaingen_main.cpp index 40bce1e4e..9f8a57821 100644 --- a/tests/core_tests/chaingen_main.cpp +++ b/tests/core_tests/chaingen_main.cpp @@ -44,8 +44,6 @@ namespace const command_line::arg_descriptor<bool> arg_test_transactions = {"test_transactions", ""}; } -unsigned int epee::g_test_dbg_lock_sleep = 0; - int main(int argc, char* argv[]) { TRY_ENTRY(); |