Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a715299

Browse files
committed
remove unused variable
1 parent 90f0e07 commit a715299

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/ceval.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ eval_code(co, globals, locals, owner, arg)
282282
register frameobject *f; /* Current frame */
283283
register listobject *fastlocals = NULL;
284284
object *retval; /* Return value iff why == WHY_RETURN */
285-
char *name; /* Name used by some instructions */
286285
int needmerge = 0; /* Set if need to merge locals back at end */
287286
int defmode = 0; /* Default access mode for new variables */
288287
#ifdef LLTRACE

0 commit comments

Comments
 (0)