diff options
author | NanoAkron <nanoakron@users.noreply.github.com> | 2016-10-03 02:06:55 +0100 |
---|---|---|
committer | NanoAkron <nanoakron@users.noreply.github.com> | 2016-10-03 02:06:55 +0100 |
commit | 6390673137955a158ac3a8082d7f47ff4a03c7fd (patch) | |
tree | 0e9308aafba3c05bb02ae31b661363f1b08eac2a /src/daemon/command_parser_executor.h | |
parent | Merge pull request #1124 (diff) | |
download | monero-6390673137955a158ac3a8082d7f47ff4a03c7fd.tar.xz |
Removed all code related to fast_exit
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-rw-r--r-- | src/daemon/command_parser_executor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index e59f51cdb..7819bd261 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -98,8 +98,6 @@ public: bool set_limit_down(const std::vector<std::string>& args); - bool fast_exit(const std::vector<std::string>& args); - bool out_peers(const std::vector<std::string>& args); bool start_save_graph(const std::vector<std::string>& args); |