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_proxy/core_proxy.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 'tests/core_proxy/core_proxy.cpp')
| -rw-r--r-- | tests/core_proxy/core_proxy.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/core_proxy/core_proxy.cpp b/tests/core_proxy/core_proxy.cpp index 14a12e139..256faeccb 100644 --- a/tests/core_proxy/core_proxy.cpp +++ b/tests/core_proxy/core_proxy.cpp @@ -62,8 +62,6 @@ using namespace crypto; BOOST_CLASS_VERSION(nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<tests::proxy_core> >, 1); -unsigned int epee::g_test_dbg_lock_sleep = 0; - int main(int argc, char* argv[]) { |
