diff --git a/stb_vorbis.c b/stb_vorbis.c index 1d515e7..ae4850b 100644 --- a/stb_vorbis.c +++ b/stb_vorbis.c @@ -1604,7 +1604,6 @@ static uint32 get_bits(vorb *f, int n) } assert(f->valid_bits >= n); - z = f->acc & ((1 << n)-1); f->acc >>= n; f->valid_bits -= n;