diff options
Diffstat (limited to 'Include/pyframe.h')
-rw-r--r-- | Include/pyframe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pyframe.h b/Include/pyframe.h index 3816224..feac16f 100644 --- a/Include/pyframe.h +++ b/Include/pyframe.h @@ -9,8 +9,6 @@ extern "C" { #endif -typedef struct _frame PyFrameObject; - /* Return the line of code the frame is currently executing. */ PyAPI_FUNC(int) PyFrame_GetLineNumber(PyFrameObject *); |