chore: IListenSocket remove unneeed overrides of nothing

This commit is contained in:
sithlord48
2025-10-25 20:01:07 -04:00
committed by Nick Bolton
parent 2b83a0ac0f
commit 8d0c1af032

View File

@ -34,9 +34,4 @@ public:
virtual std::unique_ptr<IDataSocket> accept() = 0;
//@}
// ISocket overrides
void bind(const NetworkAddress &) override = 0;
void close() override = 0;
void *getEventTarget() const override = 0;
};