diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:07:29 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:07:29 -0500 |
commit | e579fe4ae0f7ce4557d8e8ab1cdd678378d8efd1 (patch) | |
tree | 4efc8e6550f0c79ffd033631f1522f38eaf27827 /src/daemon/command_parser_executor.h | |
parent | Merge pull request #5529 (diff) | |
parent | remove obsolete save_graph skeleton code (diff) | |
download | monero-e579fe4ae0f7ce4557d8e8ab1cdd678378d8efd1.tar.xz |
Merge pull request #5530
6abaaaa remove obsolete save_graph skeleton code (moneromooo-monero)
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-rw-r--r-- | src/daemon/command_parser_executor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index aeaf4d254..d39bc1c9b 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -115,10 +115,6 @@ public: bool in_peers(const std::vector<std::string>& args); - bool start_save_graph(const std::vector<std::string>& args); - - bool stop_save_graph(const std::vector<std::string>& args); - bool hard_fork_info(const std::vector<std::string>& args); bool show_bans(const std::vector<std::string>& args); |