Merge pull request #5530

6abaaaa remove obsolete save_graph skeleton code (moneromooo-monero)
This commit is contained in:
luigi1111 2019-07-24 14:07:29 -05:00
commit e579fe4ae0
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
14 changed files with 0 additions and 168 deletions

View file

@ -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

View file

@ -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