Skip to content

Commit a4b65f7

Browse files
committed
removed unused
1 parent 3425378 commit a4b65f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/ast_opt.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ typedef struct {
2121
int ff_features;
2222
int syntax_check_only;
2323

24-
int recursion_depth; /* current recursion depth */
25-
int recursion_limit; /* recursion limit */
26-
2724
_Py_c_array_t cf_finally; /* context for PEP 678 check */
2825
int cf_finally_used;
2926
} _PyASTOptimizeState;

0 commit comments

Comments
 (0)