remove obsolete save_graph skeleton code

This commit is contained in:
moneromooo-monero 2019-05-09 17:16:26 +00:00
parent c0bc6d96cd
commit 6abaaaa994
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
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