Remove stray __cplusplus guard in sysmodule.c (#118511)

This commit is contained in:
Sam Gross 2024-05-02 13:51:28 -04:00 committed by GitHub
parent 83c51da6ce
commit 16acecd779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2496,10 +2496,6 @@ close_and_release:
return 0;
}
#ifdef __cplusplus
}
#endif
static PyMethodDef sys_methods[] = {
/* Might as well keep this in alphabetic order */