Don't preimport socket module.

genexit-inst
Paul Sokolovsky 2014-01-20 20:10:37 +02:00
parent fc35aa6828
commit f0cfb8cb45
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}