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