Skip to content

Commit

Permalink
Remove stray __cplusplus guard in sysmodule.c (#118511)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury authored and pull[bot] committed May 7, 2024
1 parent fe9a708 commit 009ef91
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 009ef91

Please sign in to comment.