aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm')
-rw-r--r--core/vm/instructions_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/vm/instructions_test.go b/core/vm/instructions_test.go
index 50264bc3e..ae428aeab 100644
--- a/core/vm/instructions_test.go
+++ b/core/vm/instructions_test.go
@@ -9,7 +9,6 @@ import (
)
func TestByteOp(t *testing.T) {
-
var (
env = NewEVM(Context{}, nil, params.TestChainConfig, Config{EnableJit: false, ForceJit: false})
stack = newstack()