From 8ab63e4b5018044ecfb0b9910412487066886826 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 24 Sep 2015 14:11:13 +0200 Subject: [PATCH] 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 . --- g10/sig-check.c | 6 ------ 1 file changed, 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; -};