chore: IListenSocket remove unneeed overrides of nothing
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user