aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/vm_jit.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/vm_jit.go')
-rw-r--r--core/vm/vm_jit.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/vm/vm_jit.go b/core/vm/vm_jit.go
index 339cb8ea8..07cb52d4a 100644
--- a/core/vm/vm_jit.go
+++ b/core/vm/vm_jit.go
@@ -30,6 +30,7 @@ void evmjit_destroy(void* _jit);
*/
import "C"
+/*
import (
"bytes"
"errors"
@@ -385,4 +386,4 @@ func env_extcode(_vm unsafe.Pointer, _addr unsafe.Pointer, o_size *uint64) *byte
code := vm.Env().State().GetCode(addr)
*o_size = uint64(len(code))
return getDataPtr(code)
-}
+}*/