mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:37:35 +00:00
LibCore: remove redundant UDPSocket constructor
The comment claims it is for use from UDPServer::accept Which is not a real function.
This commit is contained in:
parent
eb77568d8c
commit
de5e542930
2 changed files with 0 additions and 11 deletions
|
@ -36,7 +36,6 @@ public:
|
|||
virtual ~UDPSocket() override;
|
||||
|
||||
private:
|
||||
UDPSocket(int fd, Object* parent = nullptr);
|
||||
explicit UDPSocket(Object* parent = nullptr);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue