From 8ce310dda2421ce9932969c4f038ac4f1d84c39f Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 27 Jul 2014 21:24:27 +1000 Subject: [PATCH] libFLAC/bitreader.c : Remove redundant/incorrect comment. This comment should have been removed in commit eb0c5a37. Patch-from: lvqcl --- src/libFLAC/bitreader.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libFLAC/bitreader.c b/src/libFLAC/bitreader.c index 07e4e327..f76a855a 100644 --- a/src/libFLAC/bitreader.c +++ b/src/libFLAC/bitreader.c @@ -74,7 +74,6 @@ */ static const unsigned FLAC__BITREADER_DEFAULT_CAPACITY = 65536u / FLAC__BITS_PER_WORD; /* in words */ -/* WATCHOUT: assembly routines rely on the order in which these fields are declared */ struct FLAC__BitReader { /* any partially-consumed word at the head will stay right-justified as bits are consumed from the left */ /* any incomplete word at the tail will be left-justified, and bytes from the read callback are added on the right */