aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-02-22 04:10:36 +0000
committerWerner Koch <[email protected]>2015-02-23 09:53:05 +0000
commita35ed8af41a91a52e1bbf992522a209f9c27dd55 (patch)
tree42c0d9c6317d7f269030e8594280c985ca998420
parentcurl-shim: clean up varargs (diff)
downloadgnupg-a35ed8af41a91a52e1bbf992522a209f9c27dd55.tar.gz
gnupg-a35ed8af41a91a52e1bbf992522a209f9c27dd55.zip
gpg: Remove an unused variable.
* g10/import.c (import): Remove need_armor. [dkg: rebased to STABLE-BRANCH-1-4] Signed-off-by: Daniel Kahn Gillmor <[email protected]>
-rw-r--r--g10/import.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c
index 7050039bf..4620c5fa6 100644
--- a/g10/import.c
+++ b/g10/import.c
@@ -268,7 +268,6 @@ import (IOBUF inp, const char* fname,struct stats_s *stats,
PACKET *pending_pkt = NULL;
KBNODE keyblock = NULL;
int rc = 0;
- int need_armor = (!opt.no_armor || r_gpgkeys_err);
armor_filter_context_t *afx = NULL;
getkey_disable_caches();