mirror of
https://github.com/monero-project/monero.git
synced 2025-08-10 22:10:11 -04:00
remove obsolete save_graph skeleton code
This commit is contained in:
parent
c0bc6d96cd
commit
6abaaaa994
14 changed files with 0 additions and 168 deletions
|
@ -186,8 +186,6 @@ class connection_basic { // not-templated base class for rapid developmet of som
|
|||
void sleep_before_packet(size_t packet_size, int phase, int q_len); // execute a sleep ; phase is not really used now(?)
|
||||
static void save_limit_to_file(int limit); ///< for dr-monero
|
||||
static double get_sleep_time(size_t cb);
|
||||
|
||||
static void set_save_graph(bool save_graph);
|
||||
};
|
||||
|
||||
} // nameserver
|
||||
|
|
|
@ -284,9 +284,6 @@ double connection_basic::get_sleep_time(size_t cb) {
|
|||
return t;
|
||||
}
|
||||
|
||||
void connection_basic::set_save_graph(bool save_graph) {
|
||||
}
|
||||
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
|
|
@ -27,10 +27,8 @@ save
|
|||
set_log
|
||||
show_hr
|
||||
start_mining
|
||||
start_save_graph
|
||||
status
|
||||
stop_daemon
|
||||
stop_mining
|
||||
stop_save_graph
|
||||
sync_info
|
||||
unban
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue