Commit 5ec08cea authored by Maximilian Hils's avatar Maximilian Hils Committed by Berker Peksag

Remove double definition of IPPROTO_IPV6 (#100)

IPPROTO_IPV6 is already defined further above in the same way.
parent 6de2b781
......@@ -7238,9 +7238,6 @@ PyInit__socket(void)
#ifdef IPPROTO_TP
PyModule_AddIntMacro(m, IPPROTO_TP);
#endif
#ifdef IPPROTO_IPV6
PyModule_AddIntMacro(m, IPPROTO_IPV6);
#endif
#ifdef IPPROTO_ROUTING
PyModule_AddIntMacro(m, IPPROTO_ROUTING);
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment