]> wimlib.net Git - wimlib/commitdiff
write_stream_process_chunk(): Remove dead assignment
authorEric Biggers <ebiggers3@gmail.com>
Sun, 29 Dec 2013 02:48:31 +0000 (20:48 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 29 Dec 2013 02:48:31 +0000 (20:48 -0600)
src/write.c

index 42f8ecd91e8b753b34a651948c678c741c518cb1..bcf282ba3fe882126e929b208baa593c426d402a 100644 (file)
@@ -953,8 +953,6 @@ write_stream_process_chunk(const void *chunk, size_t size, void *_ctx)
                        memcpy(&ctx->chunk_buf[ctx->chunk_buf_filled],
                               chunkptr, bytes_consumed);
 
-                       resized_chunk = ctx->chunk_buf;
-
                        chunkptr += bytes_consumed;
                        ctx->cur_read_res_offset += bytes_consumed;
                        ctx->chunk_buf_filled += bytes_consumed;