summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/key_amalgamation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/key_amalgamation.rs')
-rw-r--r--openpgp/src/cert/key_amalgamation.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/openpgp/src/cert/key_amalgamation.rs b/openpgp/src/cert/key_amalgamation.rs
index d8e1a4b7..3b138340 100644
--- a/openpgp/src/cert/key_amalgamation.rs
+++ b/openpgp/src/cert/key_amalgamation.rs
@@ -890,15 +890,6 @@ impl<'a, P, R, R2> ValidKeyAmalgamation<'a, P, R, R2>
}
-impl<'a, P, R, R2> crate::cert::Preferences<'a, Key<P, R>>
- for ValidKeyAmalgamation<'a, P, R, R2>
- where P: 'a + key::KeyParts,
- R: 'a + key::KeyRole,
- R2: Copy,
- Self: Primary<'a, P, R>,
-{
-}
-
#[cfg(test)]
mod test {
use crate::policy::StandardPolicy as P;