Commit c2d12c8b by Doug Evans

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

From-SVN: r11772
parent f500253d
...@@ -3681,10 +3681,7 @@ main (argc, argv, envp) ...@@ -3681,10 +3681,7 @@ main (argc, argv, envp)
} }
else if (!strcmp (str, "p")) else if (!strcmp (str, "p"))
{ {
if (!output_bytecode) profile_flag = 1;
profile_flag = 1;
else
error ("profiling not supported in bytecode compilation");
} }
else if (!strcmp (str, "a")) else if (!strcmp (str, "a"))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment