aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_parser_executor.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_parser_executor.cpp
parentMerge pull request #1124 (diff)
downloadmonero-6390673137955a158ac3a8082d7f47ff4a03c7fd.tar.xz
Removed all code related to fast_exit
Diffstat (limited to 'src/daemon/command_parser_executor.cpp')
-rw-r--r--src/daemon/command_parser_executor.cpp6
1 files changed, 0 insertions, 6 deletions
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<std::string>& a
return m_executor.set_limit_down(limit);
}
-bool t_command_parser_executor::fast_exit(const std::vector<std::string>& args)
-{
- if (!args.empty()) return false;
- return m_executor.fast_exit();
-}
-
bool t_command_parser_executor::out_peers(const std::vector<std::string>& args)
{
if (args.empty()) return false;