diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-10-04 11:41:41 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-10-04 11:41:41 +0200 |
commit | e34ef4de6c99de3d057901feabe4d38e1fde4a39 (patch) | |
tree | 444079a995edddb208419f902d0d124463d3071e /src/daemon/command_parser_executor.cpp | |
parent | Merge pull request #1168 (diff) | |
parent | Removed all code related to fast_exit (diff) | |
download | monero-e34ef4de6c99de3d057901feabe4d38e1fde4a39.tar.xz |
Merge pull request #1171
6390673 Removed all code related to fast_exit (NanoAkron)
Diffstat (limited to 'src/daemon/command_parser_executor.cpp')
-rw-r--r-- | src/daemon/command_parser_executor.cpp | 6 |
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; |