Enable -Werror for romcc
[coreboot.git] / util / romcc / romcc.c
index c7ef22366751613d40174a3170b1bd900d74b84e..1a939fb807ab6ec51ff2f7283727fa8062689d94 100644 (file)
@@ -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;