isl_multi_*_domain_intersect: drop redundant check
commit105853e974e7d9b9de7b603535434689e63022cc
authorSven Verdoolaege <sven@cerebras.net>
Wed, 14 Dec 2022 13:39:37 +0000 (14 14:39 +0100)
committerSven Verdoolaege <sven@cerebras.net>
Sun, 12 Feb 2023 22:24:32 +0000 (12 23:24 +0100)
tree5a5d777950b567cad9d01ac6cd276d638e35a1a7
parente09694491ef8023e15cb7b06ea218d2e21aa8930
isl_multi_*_domain_intersect: drop redundant check

The check is also performed by isl_multi_*_get_explicit_domain.
Since the direct access to the explicit domain was removed
in the previous commit, the check is no longer needed.

Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
isl_multi_intersect.c