From c22b54c9d8f30d6b8f72c6f2d8d4735d07b210af Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 26 Apr 2020 17:37:04 -0400 Subject: [PATCH] stage2 zir: remove dead code this was part of the live coding stream and I forgot to delete it before committing --- src-self-hosted/ir/text.zig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src-self-hosted/ir/text.zig b/src-self-hosted/ir/text.zig index 6e9d4ae121..5d0b49b89e 100644 --- a/src-self-hosted/ir/text.zig +++ b/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, };