mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user