Skip to content

Commit 6b7019a

Browse files
committed
Remove commented out code.
1 parent c480401 commit 6b7019a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/compile.c

-1
Original file line numberDiff line numberDiff line change
@@ -5875,7 +5875,6 @@ makecode(struct compiler *c, struct assembler *a, PyObject *consts)
58755875
PyObject *name = NULL;
58765876
PyObject *freevars = NULL;
58775877
PyObject *cellvars = NULL;
5878-
// PyObject *bytecode = NULL;
58795878
Py_ssize_t nlocals;
58805879
int nlocals_int;
58815880
int flags;

0 commit comments

Comments
 (0)