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 {