Remove unused variables and the corresponding warnings along with them.

Originally committed as revision 6536 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2006-10-03 17:12:48 +00:00
parent f8d6112850
commit 36c32bdddf
6 changed files with 3 additions and 8 deletions
-1
View File
@@ -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 */