1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

avutil/avsscanf: Remove dead code

Fixes: CID1604498 Structurally dead code

Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2024-07-11 22:49:50 +02:00
parent 696685df0c
commit 064bcda142

View File

@@ -669,7 +669,6 @@ static double fffloatscan(FFFILE *f, int prec, int pok)
while (i--) shunget(f);
return NAN;
}
return NAN;
}
if (i) {