From: Tim Kientzle Date: Sun, 31 Oct 2010 06:33:20 +0000 (-0400) Subject: Remove an outdated comment. X-Git-Tag: v3.0.0a~862 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79145fe1fdc7694a85692f49ecf1d20f2df14e7;p=thirdparty%2Flibarchive.git Remove an outdated comment. SVN-Revision: 2775 --- diff --git a/libarchive/archive_read_support_compression_compress.c b/libarchive/archive_read_support_compression_compress.c index 72125d6b1..3cb87a393 100644 --- a/libarchive/archive_read_support_compression_compress.c +++ b/libarchive/archive_read_support_compression_compress.c @@ -160,10 +160,7 @@ archive_read_support_compression_compress(struct archive *_a) /* * Test whether we can handle this data. - * - * This logic returns zero if any part of the signature fails. It - * also tries to Do The Right Thing if a very short buffer prevents us - * from verifying as much as we would like. + * This logic returns zero if any part of the signature fails. */ static int compress_bidder_bid(struct archive_read_filter_bidder *self,