1
0
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:
Werner Koch 2025-05-16 14:25:07 +02:00
parent 8e529f9221
commit fcac10357e
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -424,9 +424,6 @@ do_export (ctrl_t ctrl, strlist_t users, int secret, unsigned int options,
IOBUF out = NULL;
int any, rc;
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);
if (rc)