aboutsummaryrefslogtreecommitdiff
path: root/openssl/src
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/src')
-rw-r--r--openssl/src/util.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/openssl/src/util.rs b/openssl/src/util.rs
index 1093b491..e4010587 100644
--- a/openssl/src/util.rs
+++ b/openssl/src/util.rs
@@ -1,6 +1,5 @@
use libc::{c_int, c_char, c_void};
use std::any::Any;
-use std::cell::UnsafeCell;
use std::panic::{self, AssertUnwindSafe};
use std::slice;