isl_map_simplify.c: remove unused normalize_constraints_in_compressed_space
[platform/upstream/isl.git] / isl_local_space.c
index feb219b..3fd5ad8 100644 (file)
@@ -77,8 +77,6 @@ __isl_give isl_local_space *isl_local_space_copy(__isl_keep isl_local_space *ls)
 
 __isl_give isl_local_space *isl_local_space_dup(__isl_keep isl_local_space *ls)
 {
-       isl_local_space *dup;
-
        if (!ls)
                return NULL;