Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Python/sysmodule.c
Original file line numberDiff line numberDiff 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