From 6390673137955a158ac3a8082d7f47ff4a03c7fd Mon Sep 17 00:00:00 2001 From: NanoAkron Date: Mon, 3 Oct 2016 02:06:55 +0100 Subject: Removed all code related to fast_exit --- src/daemon/command_server.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/daemon/command_server.cpp') diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp index 2c3c54841..cb54d1966 100644 --- a/src/daemon/command_server.cpp +++ b/src/daemon/command_server.cpp @@ -170,11 +170,6 @@ t_command_server::t_command_server( , std::bind(&t_command_parser_executor::set_limit_down, &m_parser, p::_1) , "limit - 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) -- cgit v1.2.3