Remove unused variable (reduce memory usage by 1/10).
This commit is contained in:
parent
c6f576f758
commit
ac063a6f54
|
@ -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[];
|
||||
|
|
Loading…
Reference in a new issue