aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/vm_jit_fake.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/vm_jit_fake.go')
-rw-r--r--core/vm/vm_jit_fake.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/vm/vm_jit_fake.go b/core/vm/vm_jit_fake.go
index 4fa98ccd9..44b60abf6 100644
--- a/core/vm/vm_jit_fake.go
+++ b/core/vm/vm_jit_fake.go
@@ -17,10 +17,3 @@
// +build !evmjit
package vm
-
-import "fmt"
-
-func NewJitVm(env Environment) VirtualMachine {
- fmt.Printf("Warning! EVM JIT not enabled.\n")
- return New(env, Config{})
-}