| author | |
| committer | |
| log | c22b54c9d8f30d6b8f72c6f2d8d4735d07b210af |
| tree | f14a89362b07db6fa68c89b02f37c9fbc0c8d98a |
| parent | 83b0f9c6f7321afdceaee16833d0c3cbbf684cda |
this was part of the live coding stream and I forgot to delete it before
committing1 files changed, 0 insertions(+), 5 deletions(-)
src-self-hosted/ir/text.zig-5| ... | ... | @@ -161,11 +161,6 @@ pub const Inst = struct { |
| 161 | 161 | }, |
| 162 | 162 | kw_args: struct {}, |
| 163 | 163 | |
| 164 | const Point = struct { | |
| 165 | x: i32, | |
| 166 | y: i32, | |
| 167 | }; | |
| 168 | ||
| 169 | 164 | pub const Body = struct { |
| 170 | 165 | instructions: []*Inst, |
| 171 | 166 | }; |