drop isl_map_{lower,upper}_bound_multi_val
commitcd369f9ce676cee8a16e875dbf9479d385155bff
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 23 Oct 2020 13:51:36 +0000 (23 15:51 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 23 Oct 2020 13:51:36 +0000 (23 15:51 +0200)
tree9318150d427d4e13da7950190b3de35e58a84547
parent513f57a1ca3f611bdc76c0553c76c8dce89bfa0f
drop isl_map_{lower,upper}_bound_multi_val

These functions were introduced together with
isl_set_{lower,upper}_bound_multi_val and
isl_{set,map}_{lower,upper}_bound_multi_pw_aff in
isl-0.22.1-85-gedc267ae08 (add exported
isl_{set,map}_{lower,upper}_bound_multi_{val,pw_aff},
Tue Oct 16 11:30:24 2018 +0200).
However, they require the bound to live in the same space
as the map.  This makes sense for the other variants,
but it is difficult and not all that meaningful
to create an isl_multi_val in a map space.

Drop these functions for now.  They were introduced after
the latest release and they have presumably never been used.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
doc/user.pod
include/isl/map.h
isl_map.c