From 36c32bdddfe9d19d3ea57c6b1fbe30ca84c3d740 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 3 Oct 2006 17:12:48 +0000 Subject: Remove unused variables and the corresponding warnings along with them. Originally committed as revision 6536 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/eval.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/eval.c') diff --git a/libavcodec/eval.c b/libavcodec/eval.c index 9414bc956c..bd29d7e48c 100644 --- a/libavcodec/eval.c +++ b/libavcodec/eval.c @@ -86,7 +86,6 @@ static int8_t si_prefixes['z' - 'E' + 1]={ */ static double av_strtod(const char *name, char **tail) { double d; - int p = 0; char *next; d = strtod(name, &next); /* if parsing succeeded, check for and interpret postfixes */ -- cgit v1.2.3