Commit 1fd76877 authored by Tim Peters's avatar Tim Peters

new_code(): The last patch to this left behind an unreferenced local;

deleted its declaration.
parent f1dd4ca5
......@@ -124,7 +124,6 @@ new_code(PyObject* unused, PyObject* args)
PyObject* name;
int firstlineno;
PyObject* lnotab;
PyBufferProcs *pb;
if (!PyArg_ParseTuple(args, "iiiiSO!O!O!SSiS|O!O!:code",
&argcount, &nlocals, &stacksize, &flags,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment