From 2d6645ce0344acec287ac76478f14e90cc4fb63e Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 26 Apr 2001 05:22:25 +0000 Subject: [PATCH] remove statement that can't be reached --- src/libFLAC/bitbuffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libFLAC/bitbuffer.c b/src/libFLAC/bitbuffer.c index 64180528..b84b1001 100644 --- a/src/libFLAC/bitbuffer.c +++ b/src/libFLAC/bitbuffer.c @@ -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 -- 2.34.1