diff options
-rw-r--r-- | unix/socket.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/socket.c b/unix/socket.c index 7da6bb20d0..e48d8545f7 100644 --- a/unix/socket.c +++ b/unix/socket.c @@ -318,5 +318,4 @@ void rawsocket_init() { STORE_INT_CONST(m, SOCK_STREAM); STORE_INT_CONST(m, SOCK_DGRAM); STORE_INT_CONST(m, SOCK_RAW); - rt_store_name(qstr_from_str_static("rawsocket"), m); } |