Fixing JIT compilation
This commit is contained in:
parent
8a2db83803
commit
83bfd43a90
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user