From: David Given Date: Tue, 4 Oct 2016 20:35:08 +0000 (+0200) Subject: Remove unused variable (reduce memory usage by 1/10). X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ac063a6f5404a4a35176c6d97b809b36d4f0f26f;p=ack.git Remove unused variable (reduce memory usage by 1/10). --- 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[];