From: Sam Gross Date: Thu, 2 May 2024 17:51:28 +0000 (-0400) Subject: Remove stray `__cplusplus` guard in sysmodule.c (#118511) X-Git-Tag: v3.13.0b1~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16acecd77924b849f51b36f41cd21ca759c9ff2a;p=thirdparty%2FPython%2Fcpython.git Remove stray `__cplusplus` guard in sysmodule.c (#118511) --- diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 726051521cf5..d3fbfcd3e796 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 */