diff options
Diffstat (limited to 'Python/assemble.c')
-rw-r--r-- | Python/assemble.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/assemble.c b/Python/assemble.c index 8789d8ef978..46a21809d9c 100644 --- a/Python/assemble.c +++ b/Python/assemble.c @@ -4,7 +4,6 @@ #include "pycore_code.h" // write_location_entry_start() #include "pycore_compile.h" #include "pycore_opcode.h" // _PyOpcode_Caches[] and opcode category macros -#include "pycore_pymem.h" // _PyMem_IsPtrFreed() #define DEFAULT_CODE_SIZE 128 |