Remove unused variable (reduce memory usage by 1/10).

This commit is contained in:
David Given 2016-10-04 22:35:08 +02:00
parent c6f576f758
commit ac063a6f54

View file

@ -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[];