From c99c971e7cdb36e38d6ec8eb8aa7f4d01b2bbdc0 Mon Sep 17 00:00:00 2001 From: Syrus Date: Sun, 3 May 2020 23:23:40 -0700 Subject: [PATCH] Removed dangling CompilerConfig --- lib/engine/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/engine/src/lib.rs b/lib/engine/src/lib.rs index 436d59aff..97d9c322d 100644 --- a/lib/engine/src/lib.rs +++ b/lib/engine/src/lib.rs @@ -39,7 +39,5 @@ pub use crate::serialize::SerializableFunctionFrameInfo; pub use crate::trap::*; pub use crate::tunables::Tunables; -pub use wasmer_compiler::CompilerConfig; - /// Version number of this crate. pub const VERSION: &str = env!("CARGO_PKG_VERSION");