aboutsummaryrefslogtreecommitdiff
path: root/util/romcc/romcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/romcc/romcc.c')
-rw-r--r--util/romcc/romcc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/romcc/romcc.c b/util/romcc/romcc.c
index c7ef223667..1a939fb807 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;