X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=util%2Fromcc%2Fromcc.c;h=1a939fb807ab6ec51ff2f7283727fa8062689d94;hp=c7ef22366751613d40174a3170b1bd900d74b84e;hb=cbb648c001167f7762e0f1aa2af906d3a8e34715;hpb=d086d51b5e550d65ad118db71d23c88429df3262 diff --git a/util/romcc/romcc.c b/util/romcc/romcc.c index c7ef22366..1a939fb80 100644 --- a/util/romcc/romcc.c +++ b/util/romcc/romcc.c @@ -9160,10 +9160,6 @@ static struct triple *decompose_index(struct compile_state *state, static void decompose_compound_types(struct compile_state *state) { struct triple *ins, *next, *first; -#if DEBUG_DECOMPOSE_HIRES - FILE *fp; - fp = state->dbgout; -#endif first = state->first; ins = first;