X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fexpr.h;h=94a383b21df6405f4a9f6b6c08758d6c822381d8;hp=8dbf2a4cdae1a5261d5d653557ed471f93d6c3e2;hb=38a12318c85ad85680b0a76f96a570560777ed37;hpb=61a529271314a6ed34ebaf1baa3aadf98769a52d diff --git a/config/expr.h b/config/expr.h index 8dbf2a4..94a383b 100644 --- a/config/expr.h +++ b/config/expr.h @@ -305,7 +305,6 @@ struct expr *expr_transform(struct expr *e); int expr_contains_symbol(struct expr *dep, struct symbol *sym); bool expr_depends_symbol(struct expr *dep, struct symbol *sym); struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); -struct expr *expr_simplify_unmet_dep(struct expr *e1, struct expr *e2); void expr_fprint(struct expr *e, FILE *out); struct gstr; /* forward */