Skip to content

Commit

Permalink
Remove dead comments from merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
sklam committed Mar 16, 2023
1 parent e823aab commit b140a6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion numba/tests/test_parfors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3367,7 +3367,6 @@ def generate_prange_func(self, pyfunc, patch_instance):
new_code[idx] = prange_idx
new_code = bytes(new_code)

# create new code parts
# create code object with prange mutation
prange_code = pyfunc_code.replace(co_code=new_code,
co_names=prange_names)
Expand Down

0 comments on commit b140a6f

Please sign in to comment.