Remove unused variable

This commit is contained in:
Panu Matilainen 2007-10-29 11:39:40 +02:00
parent 00c6f25406
commit bf106534a4
1 changed files with 0 additions and 1 deletions

View File

@ -663,7 +663,6 @@ Header hdrGetHeader(hdrObject * s)
PyObject * hdrLoad(PyObject * self, PyObject * args, PyObject * kwds)
{
hdrObject * hdr;
char * copy = NULL;
char * obj;
Header h;
int len;