drop *_like functions
commitce1485e0f6d94c6eff8b4b760e0b2b83491b7957
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 26 Apr 2015 11:18:03 +0000 (26 13:18 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 13 May 2015 08:28:04 +0000 (13 10:28 +0200)
treee180541d667a12ed2968f262e689033a277b5fb7
parent871ddb62fa752be97f76c92f7acaa415cf07a226
drop *_like functions

These functions were never documented, so there should not be any outside
users.  They were introduced before the *_get_space functions were available.
These latter functions are more flexible and do not require a number
of functions that is quadratic in the number of object types.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/map.h
include/isl/set.h
isl_map.c