aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/export.c')
-rw-r--r--g10/export.c3
1 files changed, 0 insertions, 3 deletions
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)