diff options
Diffstat (limited to 'gcc/config/avr/avr.h')
-rw-r--r-- | gcc/config/avr/avr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index da06c207604..669ca36d26a 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -557,9 +557,6 @@ progmem_section (void) \ #define ASM_APP_OFF "/* #NOAPP */\n" -#define ASM_OUTPUT_SOURCE_LINE(STREAM, LINE, COUNTER) \ - fprintf (STREAM,"/* line: %d */\n",LINE) - /* Switch into a generic section. */ #define TARGET_ASM_NAMED_SECTION default_elf_asm_named_section |