From e742e3f74c3a07aa01d4079d229a80243cb2359d Mon Sep 17 00:00:00 2001 From: Per <Per Lindgren> Date: Mon, 30 Dec 2019 11:45:43 +0100 Subject: [PATCH] remove panic handler --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 6528a38..b72ab8c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ pub use cstr_core::CStr; pub mod ll; -pub mod panic; +// pub mod panic; #[inline(always)] pub fn klee_abort() -> ! { -- GitLab