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

deleted its declaration.
This commit is contained in:
Tim Peters 2001-11-13 20:11:55 +00:00
parent 19c10caaa4
commit 88d21319ba
1 changed files with 0 additions and 1 deletions

View File

@ -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,