aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_parser_executor.cpp
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-07-24 14:07:29 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-07-24 14:07:29 -0500
commite579fe4ae0f7ce4557d8e8ab1cdd678378d8efd1 (patch)
tree4efc8e6550f0c79ffd033631f1522f38eaf27827 /src/daemon/command_parser_executor.cpp
parentMerge pull request #5529 (diff)
parentremove obsolete save_graph skeleton code (diff)
downloadmonero-e579fe4ae0f7ce4557d8e8ab1cdd678378d8efd1.tar.xz
Merge pull request #5530
6abaaaa remove obsolete save_graph skeleton code (moneromooo-monero)
Diffstat (limited to 'src/daemon/command_parser_executor.cpp')
-rw-r--r--src/daemon/command_parser_executor.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/daemon/command_parser_executor.cpp b/src/daemon/command_parser_executor.cpp
index ed799096b..e3da12252 100644
--- a/src/daemon/command_parser_executor.cpp
+++ b/src/daemon/command_parser_executor.cpp
@@ -526,18 +526,6 @@ bool t_command_parser_executor::in_peers(const std::vector<std::string>& args)
return m_executor.in_peers(limit);
}
-bool t_command_parser_executor::start_save_graph(const std::vector<std::string>& args)
-{
- if (!args.empty()) return false;
- return m_executor.start_save_graph();
-}
-
-bool t_command_parser_executor::stop_save_graph(const std::vector<std::string>& args)
-{
- if (!args.empty()) return false;
- return m_executor.stop_save_graph();
-}
-
bool t_command_parser_executor::hard_fork_info(const std::vector<std::string>& args)
{
int version;