1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-19 00:52:46 +02:00

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

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