Commit c22b54c9d8

Andrew Kelley <andrew@ziglang.org>
2020-04-26 23:37:04
stage2 zir: remove dead code
this was part of the live coding stream and I forgot to delete it before committing
1 parent 83b0f9c
Changed files (1)
src-self-hosted
src-self-hosted/ir/text.zig
@@ -161,11 +161,6 @@ pub const Inst = struct {
         },
         kw_args: struct {},
 
-        const Point = struct {
-            x: i32,
-            y: i32,
-        };
-
         pub const Body = struct {
             instructions: []*Inst,
         };