isl_union_pw_*_align_params: drop dead code
commitb4e192da3a0c66cb3b687e2d2808afc8424727cd
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 15 Jun 2014 10:15:11 +0000 (15 12:15 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 23 Jan 2015 09:47:00 +0000 (23 10:47 +0100)
tree87ac1e31373a86cee77941bbd46f3ea3d33b22e7
parent0506f208e75420e0f2eb887619e44115022d86f9
isl_union_pw_*_align_params: drop dead code

Starting in 3280c05 (make isl_pw_* object live in a map space,
Tue Aug 30 16:47:59 2011 +0200), we optionally call isl_pw_*_realign_domain
rather than isl_pw_*_realign, but in fact since then we only ever call
isl_pw_*_realign_domain so there is no need to keep
the isl_pw_*_realign case.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_aff.c
isl_fold.c
isl_polynomial.c
isl_union_templ.c