(main): Delete redundant test for -p used with -fbytecode.

From-SVN: r11772
This commit is contained in:
Doug Evans 1996-04-14 23:37:25 +00:00
parent f500253d32
commit c2d12c8b86
1 changed files with 1 additions and 4 deletions

View File

@ -3681,10 +3681,7 @@ main (argc, argv, envp)
}
else if (!strcmp (str, "p"))
{
if (!output_bytecode)
profile_flag = 1;
else
error ("profiling not supported in bytecode compilation");
profile_flag = 1;
}
else if (!strcmp (str, "a"))
{