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:
parent
fdebf6c1f7
commit
8f9c593dac
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue