aboutsummaryrefslogtreecommitdiff
path: root/src/connectivity_tool
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-02-29 17:30:10 -0500
committerRiccardo Spagni <ric@spagni.net>2016-02-29 17:30:10 -0500
commitc3c4e28061429bdb0e9102557c5c9a826620b4c5 (patch)
tree34d93ce3018862ca5add44a3dbb5b97f2f40b664 /src/connectivity_tool
parentMerge pull request #686 (diff)
parentmove g_test_dbg_lock_sleep from a global to a function level static (diff)
downloadmonero-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 'src/connectivity_tool')
-rw-r--r--src/connectivity_tool/conn_tool.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connectivity_tool/conn_tool.cpp b/src/connectivity_tool/conn_tool.cpp
index 9f00300ae..458d30cc3 100644
--- a/src/connectivity_tool/conn_tool.cpp
+++ b/src/connectivity_tool/conn_tool.cpp
@@ -49,8 +49,6 @@ namespace po = boost::program_options;
using namespace cryptonote;
using namespace nodetool;
-unsigned int epee::g_test_dbg_lock_sleep = 0;
-
namespace
{
const command_line::arg_descriptor<std::string, true> arg_ip = {"ip", "set ip"};