[Pkg-gnupg-commit] [gnupg2] 51/159: gpg: Remove dead code.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Jan 27 13:23:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 4143cc1c3783c54a6f733f08a4739e4e5fb0c8b3
Author: Neal H. Walfield <neal at g10code.com>
Date:   Thu Dec 17 10:56:48 2015 +0100

    gpg: Remove dead code.
    
    * kbx/keybox-defs.h (struct keybox_found_s): Remove unused fields
    offset and n_packets.
    
    --
    Signed-off-by: Neal H. Walfield <neal at g10code.com>
---
 kbx/keybox-defs.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kbx/keybox-defs.h b/kbx/keybox-defs.h
index 8d795ab..6fe9847 100644
--- a/kbx/keybox-defs.h
+++ b/kbx/keybox-defs.h
@@ -80,10 +80,8 @@ struct keybox_name
 struct keybox_found_s
 {
   KEYBOXBLOB blob;
-  off_t offset;
   size_t pk_no;
   size_t uid_no;
-  unsigned int n_packets; /*used for delete and update*/
 };
 
 struct keybox_handle {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list