mirror of
https://github.com/monero-project/monero.git
synced 2026-08-01 16:37:48 -07:00
move g_test_dbg_lock_sleep from a global to a function level static
This avoids the need to define that variable in every program which uses epee.
This commit is contained in:
@@ -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"};
|
||||
|
||||
Reference in New Issue
Block a user