From fcac10357e6da8878ead5ca91c1f4ad80a080002 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 16 May 2025 14:25:07 +0200 Subject: gpg: Remove unused variable. * g10/export.c (do_export): Remove zfx. --- g10/export.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'g10/export.c') diff --git a/g10/export.c b/g10/export.c index 2aafe8ee7..ffc37297c 100644 --- a/g10/export.c +++ b/g10/export.c @@ -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) -- cgit v1.2.3