Don't preimport socket module.

This commit is contained in:
Paul Sokolovsky 2014-01-20 20:10:37 +02:00
parent fc35aa6828
commit f0cfb8cb45

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