diff --git a/src/h2load.cc b/src/h2load.cc index 145b0946..1704f26c 100644 --- a/src/h2load.cc +++ b/src/h2load.cc @@ -404,8 +404,6 @@ void Client::on_stream_close(int32_t stream_id, bool success, } } -int Client::noop() { return 0; } - int Client::connection_made() { if (ssl) { report_tls_info(); diff --git a/src/h2load.h b/src/h2load.h index a3c5dd1b..a7b8f67d 100644 --- a/src/h2load.h +++ b/src/h2load.h @@ -207,7 +207,6 @@ struct Client { int on_read(const uint8_t *data, size_t len); int on_write(); - int noop(); int connection_made();