isl_map_simplify.c: remove unused normalize_constraints_in_compressed_space
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 23 May 2011 18:56:36 +0000 (20:56 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 May 2011 12:09:00 +0000 (14:09 +0200)
commitb33c0702cae0bc2a084a6ab542821d4623ae2697
treecd5e05f7aad132c9ea15c1e000bf902289519b7e
parent06bfff1a3e464c6d9035b43b0eece85e1f3ea06d
isl_map_simplify.c: remove unused normalize_constraints_in_compressed_space

Its last use was removed in d5e1701 (isl_basic_map_gist: be more aggressive
in removing constraints, Fri Apr 23 12:00:58 2010 +0200).
Presumably, it was kept because it thought it might still be useful in the
future.  However, it seems we haven't found a use for it so far and we
may be reorganizing the internals a bit in the not too distant future,
so let's just remove it for now.

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