From: Josh Coalson Date: Tue, 25 Jan 2005 16:18:41 +0000 (+0000) Subject: minor removal of unused code; see http://lists.xiph.org/pipermail/flac-dev/2005-Janua... X-Git-Tag: 1.2.0~612 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e94ad4f0dc66ff3f00ab8b4596747b49fbf3c509;p=platform%2Fupstream%2Fflac.git minor removal of unused code; see lists.xiph.org/pipermail/flac-dev/2005-January/001703.html --- diff --git a/src/libFLAC/bitbuffer.c b/src/libFLAC/bitbuffer.c index 299a0f9f..c9e99116 100644 --- a/src/libFLAC/bitbuffer.c +++ b/src/libFLAC/bitbuffer.c @@ -2193,7 +2193,7 @@ FLAC__bool FLAC__bitbuffer_read_rice_signed_block(FLAC__BitBuffer *bb, int vals[ i++; goto break2; } - *(++vals); + ++vals; msbs = 0; state = 0; @@ -2214,7 +2214,7 @@ FLAC__bool FLAC__bitbuffer_read_rice_signed_block(FLAC__BitBuffer *bb, int vals[ --val_i; if(val_i == 0) goto break2; - *(++vals); + ++vals; msbs = 0; state = 0;