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:
parent
f8ffe2019c
commit
c06993b7cf
2 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue