aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
-};