Skip to content

Commit 8ab3249

Browse files
Remove unnecessary comment
Co-authored-by: Joe Wallwork <22053413+jwallwork23@users.noreply.github.com>
1 parent 4a044da commit 8ab3249

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

psytran/loop.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,5 +247,4 @@ def get_perfectly_nested_loops(schedule):
247247
if bottom_loop in get_descendents(top_loop):
248248
loops.remove(bottom_loop)
249249

250-
# return list of perfectly nested loops
251250
return loops

0 commit comments

Comments
 (0)