Skip to content

Commit f0cfb8c

Browse files
committed
Don't preimport socket module.
1 parent fc35aa6 commit f0cfb8c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

unix/socket.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,5 +318,4 @@ void rawsocket_init() {
318318
STORE_INT_CONST(m, SOCK_STREAM);
319319
STORE_INT_CONST(m, SOCK_DGRAM);
320320
STORE_INT_CONST(m, SOCK_RAW);
321-
rt_store_name(qstr_from_str_static("rawsocket"), m);
322321
}

0 commit comments

Comments
 (0)