From 83bfd43a90a93a62060a41c1a71515dc57a5aabe Mon Sep 17 00:00:00 2001 From: Tomusdrw Date: Wed, 3 Feb 2016 15:59:53 +0100 Subject: [PATCH] Fixing JIT compilation --- ethcore/src/evm/factory.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ethcore/src/evm/factory.rs b/ethcore/src/evm/factory.rs index 923de26f4..30666f1c4 100644 --- a/ethcore/src/evm/factory.rs +++ b/ethcore/src/evm/factory.rs @@ -55,7 +55,6 @@ pub struct Factory { impl Factory { /// Create fresh instance of VM - #[cfg(test)] #[cfg(feature="jit")] pub fn create(&self) -> Box { match self.evm {