From fdf12d97c7db1f92b9e1cd577d0cc6b9d89f44d7 Mon Sep 17 00:00:00 2001 From: Ian Bertolacci Date: Mon, 23 Jul 2018 09:23:43 -0700 Subject: removed parallelism start marker --- chapel.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'chapel.html.markdown') diff --git a/chapel.html.markdown b/chapel.html.markdown index 346eccb2..450bec8e 100644 --- a/chapel.html.markdown +++ b/chapel.html.markdown @@ -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. -- cgit v1.2.3