Drop unused variables from formatValues()
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 20 May 2008 09:09:14 +0000 (12:09 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 21 May 2008 09:04:51 +0000 (12:04 +0300)
lib/headerfmt.c

index 70e4aab..e75f077 100644 (file)
@@ -637,8 +637,6 @@ static char * formatValue(headerSprintfArgs hsa, sprintfTag tag, int element)
     size_t need = 0;
     char * t, * te;
     char buf[20];
-    unsigned int intVal;
-    const char *str;
     int countBuf;
     struct rpmtd_s tmp;
     rpmtd td;