remove statement that can't be reached

This commit is contained in:
Josh Coalson
2001-04-26 05:22:25 +00:00
parent d4eef96f4e
commit 2d6645ce03

View 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 */ /* we hold off updating bb->total_consumed_bits until the end */
} }
} }
return true;
} }
#endif #endif