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_parser_executor.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/daemon/command_parser_executor.cpp') diff --git a/src/daemon/command_parser_executor.cpp b/src/daemon/command_parser_executor.cpp index 83892c661..6ea862b56 100644 --- a/src/daemon/command_parser_executor.cpp +++ b/src/daemon/command_parser_executor.cpp @@ -336,12 +336,6 @@ bool t_command_parser_executor::set_limit_down(const std::vector& a return m_executor.set_limit_down(limit); } -bool t_command_parser_executor::fast_exit(const std::vector& args) -{ - if (!args.empty()) return false; - return m_executor.fast_exit(); -} - bool t_command_parser_executor::out_peers(const std::vector& args) { if (args.empty()) return false; -- cgit v1.2.3