remove unused imports

patch is required to avoid compiler errors by building src/libpanic_unwind/hermit.rs
This commit is contained in:
Stefan Lankes 2020-03-19 07:43:16 +01:00
parent 57e1da59cd
commit 410cd7a3e0

View File

@ -4,7 +4,6 @@
use alloc::boxed::Box;
use core::any::Any;
use core::ptr;
pub unsafe fn cleanup(_ptr: *mut u8) -> Box<dyn Any + Send> {
extern "C" {