Skip to content

Commit ea8ab81

Browse files
committed
Remove outdated comment.
1 parent 00c57e8 commit ea8ab81

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/zip_algorithm_bzip2.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ end(void *ud) {
163163
struct ctx *ctx = (struct ctx *)ud;
164164
int err;
165165

166-
/* TODO: can this fail? */
167166
if (ctx->compress) {
168167
err = BZ2_bzCompressEnd(&ctx->zstr);
169168
}

0 commit comments

Comments
 (0)