Remove commented out code. · python/cpython@6b7019a (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 6b7019a
Remove commented out code.
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -5875,7 +5875,6 @@ makecode(struct compiler *c, struct assembler *a, PyObject *consts) | ||
5875 | 5875 | PyObject *name = NULL; |
5876 | 5876 | PyObject *freevars = NULL; |
5877 | 5877 | PyObject *cellvars = NULL; |
5878 | -// PyObject *bytecode = NULL; | |
5879 | 5878 | Py_ssize_t nlocals; |
5880 | 5879 | int nlocals_int; |
5881 | 5880 | int flags; |