Skip to content

Commit

Permalink
Remove stray __cplusplus guard in sysmodule.c (python#118511)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury authored and SonicField committed May 8, 2024
1 parent 113a84d commit d939761
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Python/sysmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -2496,10 +2496,6 @@ PyAPI_FUNC(int) PyUnstable_CopyPerfMapFile(const char* parent_filename) {
return 0;
}

#ifdef __cplusplus
}
#endif


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

0 comments on commit d939761

Please sign in to comment.