avutil/avsscanf: Remove dead code

Fixes: CID1604498 Structurally dead code

Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
release/7.1
Michael Niedermayer 4 months ago
parent 696685df0c
commit 064bcda142
No known key found for this signature in database
GPG Key ID: B18E8928B3948D64
  1. 1
      libavutil/avsscanf.c

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

Loading…
Cancel
Save