commit | ea8ab811b240ffab2c1a4b1aabfe4cd3f8bb4248 | [log] [tgz] |
---|---|---|
author | Thomas Klausner <tk@giga.or.at> | Sun Apr 02 11:38:47 2017 +0200 |
committer | Thomas Klausner <tk@giga.or.at> | Sun Apr 02 11:38:47 2017 +0200 |
tree | 9fb4d933356ae2e662501ad320a35559c124bfa9 | |
parent | 00c57e87050bb2e2d6d28f7750e2f2ff55e641c6 [diff] |
Remove outdated comment.
diff --git a/lib/zip_algorithm_bzip2.c b/lib/zip_algorithm_bzip2.c index 6e25536..fd74503 100644 --- a/lib/zip_algorithm_bzip2.c +++ b/lib/zip_algorithm_bzip2.c
@@ -163,7 +163,6 @@ struct ctx *ctx = (struct ctx *)ud; int err; - /* TODO: can this fail? */ if (ctx->compress) { err = BZ2_bzCompressEnd(&ctx->zstr); }