(override_options): Delete unnecessary accidental comment.

From-SVN: r6851
This commit is contained in:
Jim Wilson 1994-03-22 16:04:49 -08:00
parent 5a5b76a224
commit ef392512ef
1 changed files with 0 additions and 1 deletions

View 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");
}