Skip to content

Commit 2b47ebd

Browse files
committed
misc: Tidy-up
1 parent db5175b commit 2b47ebd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

devito/ir/support/basic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,6 @@ def distance(self, other):
392392
# objects falls back to zero, as any other value would be
393393
# nonsensical
394394
ret.append(S.Zero)
395-
# FIXME: This should have returned True
396-
# elif degenerating_indices(sai, oai):
397395
elif degenerating_indices(self[n], other[n], self.function):
398396
# Special case: `sai` and `oai` may be different symbolic objects
399397
# but they can be proved to systematically generate the same value

0 commit comments

Comments
 (0)