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:
@@ -161,11 +161,6 @@ pub const Inst = struct {
|
||||
},
|
||||
kw_args: struct {},
|
||||
|
||||
const Point = struct {
|
||||
x: i32,
|
||||
y: i32,
|
||||
};
|
||||
|
||||
pub const Body = struct {
|
||||
instructions: []*Inst,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user