remove statement that can't be reached
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 26 Apr 2001 05:22:25 +0000 (05:22 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 26 Apr 2001 05:22:25 +0000 (05:22 +0000)
src/libFLAC/bitbuffer.c

index 6418052..b84b100 100644 (file)
@@ -1458,7 +1458,6 @@ bool FLAC__bitbuffer_read_unary_unsigned(FLAC__BitBuffer *bb, unsigned *val, boo
                        /* we hold off updating bb->total_consumed_bits until the end */
                }
        }
-       return true;
 }
 #endif