From 5f2d9b40eb904ff871e398356fd949a7fd06ade7 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 17 May 1996 16:50:54 +0000 Subject: [PATCH] (main): Delete outdated comment. From-SVN: r12007 --- gcc/toplev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/toplev.c b/gcc/toplev.c index 7a7a19b5fe1..8b084d3cd1e 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2199,7 +2199,6 @@ compile_file (name) if (flag_verbose_asm) { /* Print the list of options in effect. */ - /* ??? May want to only do this if -fverbose-asm or somesuch. */ print_version (asm_out_file, ASM_COMMENT_START); print_switch_values (asm_out_file, 0, MAX_LINE, ASM_COMMENT_START, " ", "\n");