mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +02:00
gpg: Remove unused variable.
* g10/export.c (do_export): Remove zfx.
This commit is contained in:
parent
8e529f9221
commit
fcac10357e
@ -424,9 +424,6 @@ do_export (ctrl_t ctrl, strlist_t users, int secret, unsigned int options,
|
|||||||
IOBUF out = NULL;
|
IOBUF out = NULL;
|
||||||
int any, rc;
|
int any, rc;
|
||||||
armor_filter_context_t *afx = NULL;
|
armor_filter_context_t *afx = NULL;
|
||||||
compress_filter_context_t zfx;
|
|
||||||
|
|
||||||
memset( &zfx, 0, sizeof zfx);
|
|
||||||
|
|
||||||
rc = open_outfile (GNUPG_INVALID_FD, NULL, 0, !!secret, &out);
|
rc = open_outfile (GNUPG_INVALID_FD, NULL, 0, !!secret, &out);
|
||||||
if (rc)
|
if (rc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user