summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-04-03 11:37:11 +0200
committerNeal H. Walfield <neal@pep.foundation>2020-04-03 11:37:11 +0200
commit1c7f9c3869ab64c70c29bb4567b65a2d030b582e (patch)
treed66dd9a8f106242e924789ac3a7690b2315201a1
parent9d8ae03e5f6b96ad602a3ebeed9286e067766e66 (diff)
openpgp: Remove unused type.
-rw-r--r--openpgp/src/cert/bundle.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/openpgp/src/cert/bundle.rs b/openpgp/src/cert/bundle.rs
index 01a38fd3..e3ce02d7 100644
--- a/openpgp/src/cert/bundle.rs
+++ b/openpgp/src/cert/bundle.rs
@@ -65,12 +65,6 @@ pub type PrimaryKeyBundle<KeyPart> =
pub type SubkeyBundle<KeyPart>
= KeyBundle<KeyPart, key::SubordinateRole>;
-/// A key (primary or subkey, public or private) and any associated
-/// signatures.
-#[allow(dead_code)]
-type GenericKeyBinding
- = ComponentBundle<Key<key::UnspecifiedParts, key::UnspecifiedRole>>;
-
/// A User ID and any associated signatures.
pub type UserIDBundle = ComponentBundle<UserID>;