diff --git a/source/common/io/io_uring_worker_impl.h b/source/common/io/io_uring_worker_impl.h index 249f1efdcca3..1588ab51d003 100644 --- a/source/common/io/io_uring_worker_impl.h +++ b/source/common/io/io_uring_worker_impl.h @@ -101,10 +101,6 @@ class IoUringSocketEntry : public IoUringSocket, void enableRead() override { status_ = ReadEnabled; } void disableRead() override { status_ = ReadDisabled; } void enableCloseEvent(bool enable) override { enable_close_event_ = enable; } - // void connect(const Network::Address::InstanceConstSharedPtr&) override { PANIC("not - // implement"); } void write(Buffer::Instance&) override { PANIC("not implement"); } uint64_t - // write(const Buffer::RawSlice*, uint64_t) override { PANIC("not implement"); } void - // shutdown(int) override { PANIC("not implement"); } void onAccept(Request*, int32_t, bool injected) override { if (injected && (injected_completions_ & static_cast(Request::RequestType::Accept))) {