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.h | |
| parent | fa1d5efb5a7038bc7c54687db3da3b0c8fb54157 (diff) | |
| parent | 6390673137955a158ac3a8082d7f47ff4a03c7fd (diff) | |
| download | monzero-core-e34ef4de6c99de3d057901feabe4d38e1fde4a39.tar.gz monzero-core-e34ef4de6c99de3d057901feabe4d38e1fde4a39.tar.xz monzero-core-e34ef4de6c99de3d057901feabe4d38e1fde4a39.zip | |
Merge pull request #1171
6390673 Removed all code related to fast_exit (NanoAkron)
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); |
