removed parallelism start marker

This commit is contained in:
Ian Bertolacci 2018-07-23 09:23:43 -07:00
parent a52115be2f
commit fdf12d97c7

View File

@ -893,7 +893,6 @@ foo();
// We can declare a main procedure, but all the code above main still gets
// executed.
proc main() {
writeln("PARALLELISM START");
// A begin statement will spin the body of that statement off
// into one new task.