Fixing JIT compilation

This commit is contained in:
Tomusdrw 2016-02-03 15:59:53 +01:00
parent 8a2db83803
commit 83bfd43a90

View File

@ -55,7 +55,6 @@ pub struct Factory {
impl Factory {
/// Create fresh instance of VM
#[cfg(test)]
#[cfg(feature="jit")]
pub fn create(&self) -> Box<Evm> {
match self.evm {