From 5d10e43f8f8a1cb8041326bae8251f8e0ba311f0 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 20 May 2008 12:09:14 +0300 Subject: [PATCH] Drop unused variables from formatValues() --- lib/headerfmt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/headerfmt.c b/lib/headerfmt.c index 70e4aab..e75f077 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; -- 2.7.4