diff options
Diffstat (limited to 'gcc/genopinit.c')
-rw-r--r-- | gcc/genopinit.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/genopinit.c b/gcc/genopinit.c index d958220..c9cea08 100644 --- a/gcc/genopinit.c +++ b/gcc/genopinit.c @@ -453,10 +453,3 @@ from the machine description file `md'. */\n\n"); fflush (stdout); return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE); } - -/* Define this so we can link with print-rtl.o to get debug_rtx function. */ -const char * -get_insn_name (int code ATTRIBUTE_UNUSED) -{ - return NULL; -} |