mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 00:51:37 +00:00
avutil/avsscanf: Remove dead code
Fixes: CID1604498 Structurally dead code Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
37d0723202
commit
20ed1fde3c
@ -669,7 +669,6 @@ static double fffloatscan(FFFILE *f, int prec, int pok)
|
||||
while (i--) shunget(f);
|
||||
return NAN;
|
||||
}
|
||||
return NAN;
|
||||
}
|
||||
|
||||
if (i) {
|
||||
|
Loading…
Reference in New Issue
Block a user