From: Brendan Hansen Date: Mon, 12 Jul 2021 04:33:24 +0000 (-0500) Subject: removed an unneeded structure X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=9c8e195e3c4c953fc692000e6215237938bea303;p=onyx.git removed an unneeded structure --- diff --git a/modules/wasm_utils/instructions.onyx b/modules/wasm_utils/instructions.onyx index 75eade86..a6bed62c 100644 --- a/modules/wasm_utils/instructions.onyx +++ b/modules/wasm_utils/instructions.onyx @@ -2,10 +2,6 @@ package wasm_utils Z :: (package core.intrinsics.onyx).__zero_value -WasmCodeParser :: struct { - -} - WasmInstructionCode :: enum { unreachable :: 0x00; nop :: 0x01;