Skip to content

Commit 182c023

Browse files
committed
Remove unneeded header from specialize.c
1 parent 06f1e37 commit 182c023

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/specialize.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "pycore_moduleobject.h"
1111
#include "pycore_object.h"
1212
#include "pycore_opcode_metadata.h" // _PyOpcode_Caches
13-
#include "pycore_uop_metadata.h" // _PyOpcode_uop_name
1413
#include "pycore_opcode_utils.h" // RESUME_AT_FUNC_START
1514
#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
1615
#include "pycore_runtime.h" // _Py_ID()

0 commit comments

Comments
 (0)