isl_map.c: map_intersect_add_constraint: drop redundant assert
commit135c214ee15194d26a154439175b00bda8261129
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 17 Aug 2016 09:21:05 +0000 (17 11:21 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 21 Feb 2017 13:59:22 +0000 (21 14:59 +0100)
treeb5e1be5c6c856aa5ab755331b758e31518141fb6
parentca2611aedff300bf9ef4d32d2f6399ead0173c4e
isl_map.c: map_intersect_add_constraint: drop redundant assert

The assertion can never trigger due to the test on the previous lines.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_map.c