Remove double definition of IPPROTO_IPV6 (#100)

IPPROTO_IPV6 is already defined further above in the same way.
This commit is contained in:
Maximilian Hils 2017-02-14 23:46:08 +01:00 committed by Berker Peksag
parent 6de2b7817f
commit 5ec08cea95
1 changed files with 0 additions and 3 deletions

View File

@ -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