mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor removal of unused code; see http://lists.xiph.org/pipermail/flac-dev/2005-January/001703.html
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user