summaryrefslogtreecommitdiff
path: root/lib/headerfmt.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-05-20 12:09:14 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-05-21 12:04:51 +0300
commit5d10e43f8f8a1cb8041326bae8251f8e0ba311f0 (patch)
tree8e770be9c811611ebc1b1ccb9f9355ff9c0aa996 /lib/headerfmt.c
parentfc38b84c010fa8c4f2617b1351ceaccec9f5da60 (diff)
downloadrpm-5d10e43f8f8a1cb8041326bae8251f8e0ba311f0.tar.gz
Drop unused variables from formatValues()
Diffstat (limited to 'lib/headerfmt.c')
-rw-r--r--lib/headerfmt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/headerfmt.c b/lib/headerfmt.c
index 70e4aab7e..e75f07719 100644
--- a/lib/headerfmt.c
+++ b/lib/headerfmt.c
@@ -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;