Commit ece36541 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Remove unused function declaration

parent bf5392da
......@@ -56,6 +56,7 @@ public:
int initiate_connection();
// Schedules next connection attempt
void schedule();
// Low level I/O operation callback; they are called from do_read()
......@@ -67,8 +68,6 @@ public:
int do_read();
int do_write();
void signal_write();
private:
Connection conn_;
std::mt19937 &gen_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment