diff options
author | Neal H. Walfield <[email protected]> | 2015-09-24 12:11:13 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-09-29 09:32:40 +0000 |
commit | 8ab63e4b5018044ecfb0b9910412487066886826 (patch) | |
tree | 41bca6c20a338fa217fa97e6b4979604d59a7784 | |
parent | g10: Avoid an unnecessary copy. (diff) | |
download | gnupg-8ab63e4b5018044ecfb0b9910412487066886826.tar.gz gnupg-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 <[email protected]>.
Diffstat (limited to '')
-rw-r--r-- | g10/sig-check.c | 6 |
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; -}; |