Commit 46c272ec authored by cgohlke's avatar cgohlke

Remove initialization of target index after #pragma omp parallel

parent f6c590d3
......@@ -7627,7 +7627,6 @@ class ParallelRangeNode(ParallelStatNode):
# target index uninitialized
code.putln("if (%(nsteps)s > 0)" % fmt_dict)
code.begin_block() # if block
code.putln("%(target)s = 0;" % fmt_dict)
self.generate_loop(code, fmt_dict)
code.end_block() # end if block
......
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