remove duplicate isl_map_fast_is_fixed declaration
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 10 Jul 2011 06:40:20 +0000 (08:40 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 10 Jul 2011 06:40:20 +0000 (08:40 +0200)
Reported-by: Andreas Kloeckner <lists@informa.tiker.net>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/map.h

index 77bd46f..4678227 100644 (file)
@@ -405,8 +405,6 @@ void isl_map_print_internal(__isl_keep isl_map *map, FILE *out, int indent);
 
 int isl_map_plain_input_is_fixed(__isl_keep isl_map *map,
                unsigned in, isl_int *val);
-int isl_map_fast_is_fixed(__isl_keep isl_map *map,
-       enum isl_dim_type type, unsigned pos, isl_int *val);
 int isl_map_plain_is_fixed(struct isl_map *map,
        enum isl_dim_type type, unsigned pos, isl_int *val);
 int isl_map_fast_is_fixed(__isl_keep isl_map *map,