]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove an outdated comment.
authorTim Kientzle <kientzle@gmail.com>
Sun, 31 Oct 2010 06:33:20 +0000 (02:33 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 31 Oct 2010 06:33:20 +0000 (02:33 -0400)
SVN-Revision: 2775

libarchive/archive_read_support_compression_compress.c

index 72125d6b171c20690ac124a26f802761942579a8..3cb87a393bd55b6e0048a9c59ce1bdbad509dda7 100644 (file)
@@ -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,