drop "nparam" argument from isl_{set,map}_read_from_{file,str}
[platform/upstream/isl.git] / include / isl / stream.h
index 5d9b979..c421030 100644 (file)
@@ -97,8 +97,8 @@ enum isl_token_type isl_stream_register_keyword(struct isl_stream *s,
        const char *name);
 
 struct isl_obj isl_stream_read_obj(struct isl_stream *s);
-__isl_give isl_map *isl_stream_read_map(struct isl_stream *s, int nparam);
-__isl_give isl_set *isl_stream_read_set(struct isl_stream *s, int nparam);
+__isl_give isl_map *isl_stream_read_map(struct isl_stream *s);
+__isl_give isl_set *isl_stream_read_set(struct isl_stream *s);
 __isl_give isl_pw_qpolynomial *isl_stream_read_pw_qpolynomial(
        struct isl_stream *s);
 __isl_give isl_union_map *isl_stream_read_union_map(struct isl_stream *s);