Bug 862088 - Fix build by removing obsolete call. r=bustage.

I swear this compiled locally.
This commit is contained in:
Ralph Giles 2013-05-23 16:33:16 +08:00
parent e77742990d
commit 5a421fa5b4

View File

@ -141,7 +141,6 @@ int mp3_sniff(const uint8_t *buf, long length)
if (skip + 4 > avail) {
return 0;
}
dump_header(&header, out);
p += skip;
avail -= skip;
/* Check for a second header at the expected offset. */