remove isl_union_map_copy_map
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 12 Jul 2011 15:52:53 +0000 (17:52 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 12 Jul 2011 15:52:53 +0000 (17:52 +0200)
commitb76378b173ff6a7dbbcaea5794a8b6a07a23fcb4
treed5418e81f223c7f8916666d3d6e46c344127d302
parenta39afe22563e0bfce0382bb69e21ae130eb41a52
remove isl_union_map_copy_map

It was introduced in d4a684c (add isl_union_map_copy_map,
Fri Apr 8 09:47:04 2011 +0200) but left undocumented
and it was mainly intended to extract an isl_map from
isl_union_map lying in a single space, i.e., exactly
what the newly introduced isl_map_from_union_map does.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/union_map.h
include/isl/union_set.h
isl_test.c
isl_union_map.c