add packaging
[platform/upstream/isl.git] / isl_ast_private.h
index ec2e339..c1bf334 100644 (file)
@@ -34,7 +34,6 @@ struct isl_ast_expr {
 
 #include <isl_list_templ.h>
 
-__isl_give isl_ast_expr *isl_ast_expr_alloc_int(isl_ctx *ctx, isl_int i);
 __isl_give isl_ast_expr *isl_ast_expr_alloc_int_si(isl_ctx *ctx, int i);
 __isl_give isl_ast_expr *isl_ast_expr_alloc_op(isl_ctx *ctx,
        enum isl_ast_op_type op, int n_arg);