summaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r--gcc/genautomata.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c
index d3d6a8b3818..384405834a3 100644
--- a/gcc/genautomata.c
+++ b/gcc/genautomata.c
@@ -7577,10 +7577,6 @@ output_reserved_units_table_name (f, automaton)
/* Name of result variable in some functions. */
#define RESULT_VARIABLE_NAME "res"
-/* Name of function (attribute) to translate insn into number of insn
- alternatives reservation. */
-#define INSN_ALTS_FUNC_NAME "insn_alts"
-
/* Name of function (attribute) to translate insn into internal insn
code. */
#define INTERNAL_DFA_INSN_CODE_FUNC_NAME "internal_dfa_insn_code"