diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 726051521cf..d3fbfcd3e79 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -2496,10 +2496,6 @@ close_and_release: return 0; } -#ifdef __cplusplus -} -#endif - static PyMethodDef sys_methods[] = { /* Might as well keep this in alphabetic order */