From 16acecd77924b849f51b36f41cd21ca759c9ff2a Mon Sep 17 00:00:00 2001 From: Sam Gross Date: Thu, 2 May 2024 13:51:28 -0400 Subject: [PATCH] Remove stray `__cplusplus` guard in sysmodule.c (#118511) --- Python/sysmodule.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 726051521cf574..d3fbfcd3e79636 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -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 */