From 3d0d047d14e2f38e5b7bc5bf18fc7e897747362c Mon Sep 17 00:00:00 2001 From: csoler Date: Fri, 6 Sep 2013 20:07:10 +0000 Subject: [PATCH] removed one unused member of PGPCertificateInfo git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6699 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/pgp/pgphandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/pgp/pgphandler.h b/libretroshare/src/pgp/pgphandler.h index 891c1da09..0afc5f667 100644 --- a/libretroshare/src/pgp/pgphandler.h +++ b/libretroshare/src/pgp/pgphandler.h @@ -43,7 +43,7 @@ class PGPCertificateInfo mutable time_t _time_stamp ; // last time the key was used (received, used for signature verification, etc) PGPFingerprintType _fpr; /* fingerprint */ - PGPIdType _key_id ; + // PGPIdType _key_id ; uint32_t _key_index ; // index to array of keys in the public keyring