mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unused variable.
This commit is contained in:
parent
6f1d1a5084
commit
4ffba49a6f
1 changed files with 0 additions and 2 deletions
|
|
@ -230,11 +230,9 @@ static int
|
|||
archive_compressor_program_write(struct archive_write *a, const void *buff,
|
||||
size_t length)
|
||||
{
|
||||
struct private_data *state;
|
||||
ssize_t ret;
|
||||
const char *buf;
|
||||
|
||||
state = (struct private_data *)a->compressor.data;
|
||||
if (a->client_writer == NULL) {
|
||||
archive_set_error(&a->archive, ARCHIVE_ERRNO_PROGRAMMER,
|
||||
"No write callback is registered? "
|
||||
|
|
|
|||
Loading…
Reference in a new issue