summaryrefslogtreecommitdiff
path: root/Include/cpython/code.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/cpython/code.h')
-rw-r--r--Include/cpython/code.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/cpython/code.h b/Include/cpython/code.h
index 8c00eb90bf..b232f80367 100644
--- a/Include/cpython/code.h
+++ b/Include/cpython/code.h
@@ -23,8 +23,6 @@ typedef uint16_t _Py_CODEUNIT;
# define _Py_MAKECODEUNIT(opcode, oparg) ((opcode)|((oparg)<<8))
#endif
-typedef struct _PyOpcache _PyOpcache;
-
/* Bytecode object */
struct PyCodeObject {