aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_server.cpp
diff options
context:
space:
mode:
authorNanoAkron <nanoakron@users.noreply.github.com>2016-10-03 02:06:55 +0100
committerNanoAkron <nanoakron@users.noreply.github.com>2016-10-03 02:06:55 +0100
commit6390673137955a158ac3a8082d7f47ff4a03c7fd (patch)
tree0e9308aafba3c05bb02ae31b661363f1b08eac2a /src/daemon/command_server.cpp
parentMerge pull request #1124 (diff)
downloadmonero-6390673137955a158ac3a8082d7f47ff4a03c7fd.tar.xz
Removed all code related to fast_exit
Diffstat (limited to '')
-rw-r--r--src/daemon/command_server.cpp5
1 files changed, 0 insertions, 5 deletions
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
@@ -171,11 +171,6 @@ t_command_server::t_command_server(
, "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)
, "Set max number of out peers"