summaryrefslogtreecommitdiffstats
path: root/g10/sig-check.c
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@g10code.com>2015-09-24 14:11:13 +0200
committerNeal H. Walfield <neal@g10code.com>2015-09-29 11:32:40 +0200
commit8ab63e4b5018044ecfb0b9910412487066886826 (patch)
tree41bca6c20a338fa217fa97e6b4979604d59a7784 /g10/sig-check.c
parentg10: Avoid an unnecessary copy. (diff)
downloadgnupg2-8ab63e4b5018044ecfb0b9910412487066886826.tar.xz
gnupg2-8ab63e4b5018044ecfb0b9910412487066886826.zip
g10: Remove unused struct cmp_help_context_s.
* g10/sig-check.c (struct cmp_help_context_s) Remove unused struct. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>.
Diffstat (limited to '')
-rw-r--r--g10/sig-check.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c
index 8d150feab..d45a9f378 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -34,12 +34,6 @@
#include "options.h"
#include "pkglue.h"
-/* Context used by the compare function. */
-struct cmp_help_context_s
-{
- PKT_signature *sig;
- gcry_md_hd_t md;
-};