diff options
Diffstat (limited to 'Include/frameobject.h')
-rw-r--r-- | Include/frameobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/frameobject.h b/Include/frameobject.h index e0c94e0..a38a85d 100644 --- a/Include/frameobject.h +++ b/Include/frameobject.h @@ -45,7 +45,6 @@ typedef struct _frame { PyObject *f_locals; /* local symbol table (PyDictObject) */ PyObject *f_owner; /* owner (e.g. class or module) or NULL */ PyObject *f_fastlocals; /* fast local variables (PyListObject) */ - PyObject *f_localmap; /* local variable names (PyDictObject) */ PyObject **f_valuestack; /* malloc'ed array */ PyTryBlock *f_blockstack; /* malloc'ed array */ int f_nvalues; /* size of f_valuestack */ |