From ac063a6f5404a4a35176c6d97b809b36d4f0f26f Mon Sep 17 00:00:00 2001 From: David Given Date: Tue, 4 Oct 2016 22:35:08 +0200 Subject: [PATCH] Remove unused variable (reduce memory usage by 1/10). --- mach/proto/mcg/ir.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mach/proto/mcg/ir.h b/mach/proto/mcg/ir.h index ea84e1ae3..a7920b512 100644 --- a/mach/proto/mcg/ir.h +++ b/mach/proto/mcg/ir.h @@ -21,7 +21,6 @@ struct ir } u; struct vreg* result; /* vreg containing IR result */ - IMAPOF(struct hop) hops; /* only for root IRs; by goal */ }; extern const char* ir_names[]; -- 2.34.1