mirror of
https://github.com/monero-project/monero.git
synced 2025-12-26 04:42:01 -08:00
Removed all code related to fast_exit
This commit is contained in:
@@ -170,11 +170,6 @@ t_command_server::t_command_server(
|
||||
, std::bind(&t_command_parser_executor::set_limit_down, &m_parser, p::_1)
|
||||
, "limit <kB/s> - Set download limit"
|
||||
);
|
||||
m_command_lookup.set_handler(
|
||||
"fast_exit"
|
||||
, std::bind(&t_command_parser_executor::fast_exit, &m_parser, p::_1)
|
||||
, "Exit"
|
||||
);
|
||||
m_command_lookup.set_handler(
|
||||
"out_peers"
|
||||
, std::bind(&t_command_parser_executor::out_peers, &m_parser, p::_1)
|
||||
|
||||
Reference in New Issue
Block a user