Skip to content

Commit 16acecd

Browse files
authored
Remove stray __cplusplus guard in sysmodule.c (#118511)
1 parent 83c51da commit 16acecd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Python/sysmodule.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,10 +2496,6 @@ PyAPI_FUNC(int) PyUnstable_CopyPerfMapFile(const char* parent_filename) {
24962496
return 0;
24972497
}
24982498

2499-
#ifdef __cplusplus
2500-
}
2501-
#endif
2502-
25032499

25042500
static PyMethodDef sys_methods[] = {
25052501
/* Might as well keep this in alphabetic order */

0 commit comments

Comments
 (0)