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>.
This commit is contained in:
Neal H. Walfield 2015-09-24 14:11:13 +02:00
parent 12443eafa6
commit 8ab63e4b50
1 changed files with 0 additions and 6 deletions

View File

@ -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;
};