Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: He Jie Xu <hejie.xu@intel.com>
  • Loading branch information
soulxu committed Nov 23, 2023
1 parent 27741bb commit be06ba7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/common/io/io_uring_worker_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<uint8_t>(Request::RequestType::Accept))) {
Expand Down

0 comments on commit be06ba7

Please sign in to comment.