mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Remove dead assignment.
This commit is contained in:
parent
a5a14ed059
commit
c17fd585bb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201091
@ -291,7 +291,6 @@ archive_compressor_bzip2_finish(struct archive_write *a)
|
|||||||
block_length = state->stream.next_out - state->compressed;
|
block_length = state->stream.next_out - state->compressed;
|
||||||
|
|
||||||
/* Tricky calculation to determine size of last block. */
|
/* Tricky calculation to determine size of last block. */
|
||||||
target_block_length = block_length;
|
|
||||||
if (a->bytes_in_last_block <= 0)
|
if (a->bytes_in_last_block <= 0)
|
||||||
/* Default or Zero: pad to full block */
|
/* Default or Zero: pad to full block */
|
||||||
target_block_length = a->bytes_per_block;
|
target_block_length = a->bytes_per_block;
|
||||||
|
Loading…
Reference in New Issue
Block a user