summaryrefslogtreecommitdiffstats
path: root/g13
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-08-02 18:45:06 +0200
committerWerner Koch <wk@gnupg.org>2022-08-02 18:45:06 +0200
commit171725c9717c9308b5890711e97319dc4878061d (patch)
tree0886d60218d085c15d548d1f9ceda835448dabac /g13
parentgpg: Make symmetric + pubkey encryption de-vs compliant. (diff)
downloadgnupg2-171725c9717c9308b5890711e97319dc4878061d.tar.xz
gnupg2-171725c9717c9308b5890711e97319dc4878061d.zip
g13: Remove unused variable.
--
Diffstat (limited to 'g13')
-rw-r--r--g13/call-syshelp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/g13/call-syshelp.c b/g13/call-syshelp.c
index 8850c3779..54dca04ec 100644
--- a/g13/call-syshelp.c
+++ b/g13/call-syshelp.c
@@ -78,7 +78,6 @@ start_syshelp (ctrl_t ctrl, assuan_context_t *r_ctx)
gpg_error_t err;
assuan_context_t ctx;
assuan_fd_t no_close_list[3];
- int i;
*r_ctx = NULL;