1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00

Kernel: Remove more unused members of IPv4Socket.

I thought I had included these in the previous commit, but it turns out
I hadn't, duh.
This commit is contained in:
Andreas Kling 2019-08-04 20:39:59 +02:00
parent f8ffe2019c
commit c06993b7cf
2 changed files with 0 additions and 6 deletions

View file

@ -59,9 +59,6 @@ protected:
private:
virtual bool is_ipv4() const override { return true; }
bool m_bound { false };
int m_attached_fds { 0 };
IPv4Address m_local_address;
IPv4Address m_peer_address;