summaryrefslogtreecommitdiffstats
path: root/ffi/src/store.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/src/store.rs')
-rw-r--r--ffi/src/store.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffi/src/store.rs b/ffi/src/store.rs
index 5e6dce3d..408b02a5 100644
--- a/ffi/src/store.rs
+++ b/ffi/src/store.rs
@@ -26,8 +26,6 @@
use libc::c_char;
use std::ptr;
-extern crate sequoia_openpgp as openpgp;
-
use sequoia_store::{
self, Mapping, MappingIter, Binding, BundleIter, Key, KeyIter, LogIter, Store,
};