stage2 zir: remove dead code

this was part of the live coding stream and I forgot to delete it before
committing
This commit is contained in:
Andrew Kelley 2020-04-26 17:37:04 -04:00
parent 83b0f9c6f7
commit c22b54c9d8

View File

@ -161,11 +161,6 @@ pub const Inst = struct {
},
kw_args: struct {},
const Point = struct {
x: i32,
y: i32,
};
pub const Body = struct {
instructions: []*Inst,
};