diff options
Diffstat (limited to 'gcc/genattr.c')
-rw-r--r-- | gcc/genattr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/genattr.c b/gcc/genattr.c index 49f368e53fc..5ec5c81856d 100644 --- a/gcc/genattr.c +++ b/gcc/genattr.c @@ -300,12 +300,6 @@ main (int argc, char **argv) if (num_units > 0 || num_insn_reservations > 0) { - if (num_units > 0) - printf ("#define TRADITIONAL_PIPELINE_INTERFACE 1\n"); - - if (num_insn_reservations > 0) - printf ("#define DFA_PIPELINE_INTERFACE 1\n"); - /* Compute the range of blockage cost values. See genattrtab.c for the derivation. BLOCKAGE (E,C) when SIMULTANEITY is zero is |