(override_options): Delete unnecessary accidental comment.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 23 Mar 1994 00:04:49 +0000 (16:04 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 23 Mar 1994 00:04:49 +0000 (16:04 -0800)
From-SVN: r6851

gcc/config/mips/mips.c

index 83c31f1abff01da5af33f7ae755cd52ed0d332cc..72cd0cf950c527456210a10e39e04bc8592318d0 100644 (file)
@@ -3269,7 +3269,6 @@ override_options ()
     {
       mips_abicalls = MIPS_ABICALLS_YES;
       flag_pic = 1;
-      /* ??? Is this sufficient?  */
       if (mips_section_threshold > 0)
        warning ("-G is incompatible with PIC code which is the default");
     }