EVM: Remove vm_types2 unused op_codes/opcode_values re-exports

Everything builds with this section removed, all build options.

Signed-off-by: Jamie Lokier <jamie@shareable.org>
This commit is contained in:
Jamie Lokier 2021-06-01 10:55:35 +01:00
parent fdebf6c1f7
commit 8f9c593dac
No known key found for this signature in database
GPG Key ID: CBC25C68435C30A2

View File

@ -21,14 +21,4 @@ else:
export export
vmf.Fork vmf.Fork
when defined(evmc_enabled) or not defined(vm2_enabled):
import
./vm/interpreter/opcode_values as vmo
else:
import
./vm2/interpreter/op_codes as vmo
export
vmo.Op
# End # End