Skip to content

Commit da2b798

Browse files
authored
compile.c: Remove unused varible (#4886)
Fix a compiler warning.
1 parent 77bf6da commit da2b798

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/compile.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5155,7 +5155,6 @@ compute_code_flags(struct compiler *c)
51555155
{
51565156
PySTEntryObject *ste = c->u->u_ste;
51575157
int flags = 0;
5158-
Py_ssize_t n;
51595158
if (ste->ste_type == FunctionBlock) {
51605159
flags |= CO_NEWLOCALS | CO_OPTIMIZED;
51615160
if (ste->ste_nested)

0 commit comments

Comments
 (0)