summaryrefslogtreecommitdiffstats
path: root/expr.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-06-02 15:39:19 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-06-02 15:40:30 -0400
commita1c8bda52a9c07d32127762ee0c865660a0268ab (patch)
treec79a8a60573fa712c898ece6021929ab539e625e /expr.h
parentc074645660f58faee1f653e4e8bd1ebf832c21f1 (diff)
downloadbfs-a1c8bda52a9c07d32127762ee0c865660a0268ab.tar.xz
diag: Unify debug printing
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);