authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-04-26 17:37:04-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-04-26 17:37:04-04:00
logc22b54c9d8f30d6b8f72c6f2d8d4735d07b210af
treef14a89362b07db6fa68c89b02f37c9fbc0c8d98a
parent83b0f9c6f7321afdceaee16833d0c3cbbf684cda

stage2 zir: remove dead code

this was part of the live coding stream and I forgot to delete it before committing

1 files changed, 0 insertions(+), 5 deletions(-)

src-self-hosted/ir/text.zig-5
......@@ -161,11 +161,6 @@ pub const Inst = struct {
161161 },
162162 kw_args: struct {},
163163
164 const Point = struct {
165 x: i32,
166 y: i32,
167 };
168
169164 pub const Body = struct {
170165 instructions: []*Inst,
171166 };