zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit c22b54c9d8f30d6b8f72c6f2d8d4735d07b210af (tree)
parent 83b0f9c6f7321afdceaee16833d0c3cbbf684cda
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sun, 26 Apr 2020 17:37:04 -0400

stage2 zir: remove dead code

this was part of the live coding stream and I forgot to delete it before
committing

Diffstat:
Msrc-self-hosted/ir/text.zig | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git 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, };