summaryrefslogtreecommitdiffstats
path: root/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'expr.h')
-rw-r--r--expr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/expr.h b/expr.h
index 0251d6b..4bb2e84 100644
--- a/expr.h
+++ b/expr.h
@@ -211,11 +211,6 @@ bool expr_never_returns(const struct expr *expr);
bool expr_cmp(const struct expr *expr, long long n);
/**
- * Dump a parsed expression.
- */
-void dump_expr(CFILE *cfile, const struct expr *expr, bool verbose);
-
-/**
* Free an expression tree.
*/
void free_expr(struct expr *expr);