summaryrefslogtreecommitdiff
path: root/kernel/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/socket.h')
-rw-r--r--kernel/socket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/socket.h b/kernel/socket.h
index 35074a1..efe0104 100644
--- a/kernel/socket.h
+++ b/kernel/socket.h
@@ -40,7 +40,6 @@ struct UdpConnection {
};
struct TcpConnection {
-
int state;
u16 incoming_port;