mirror of
https://github.com/ziglang/zig.git
synced 2026-01-18 21:35:25 +00:00
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:
parent
83b0f9c6f7
commit
c22b54c9d8
@ -161,11 +161,6 @@ pub const Inst = struct {
|
||||
},
|
||||
kw_args: struct {},
|
||||
|
||||
const Point = struct {
|
||||
x: i32,
|
||||
y: i32,
|
||||
};
|
||||
|
||||
pub const Body = struct {
|
||||
instructions: []*Inst,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user