Remove unused variable
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 29 Oct 2007 09:39:40 +0000 (11:39 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 29 Oct 2007 09:39:40 +0000 (11:39 +0200)
python/header-py.c

index e4a216d..36b889e 100644 (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;