nghttpx: Remove unused function declaration

This commit is contained in:
Tatsuhiro Tsujikawa 2016-04-08 22:48:09 +09:00
parent bf5392dafe
commit ece3654139
1 changed files with 1 additions and 2 deletions

View File

@ -56,6 +56,7 @@ public:
int initiate_connection(); int initiate_connection();
// Schedules next connection attempt
void schedule(); void schedule();
// Low level I/O operation callback; they are called from do_read() // Low level I/O operation callback; they are called from do_read()
@ -67,8 +68,6 @@ public:
int do_read(); int do_read();
int do_write(); int do_write();
void signal_write();
private: private:
Connection conn_; Connection conn_;
std::mt19937 &gen_; std::mt19937 &gen_;