diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-06-02 15:39:19 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-02 15:40:30 -0400 |
commit | a1c8bda52a9c07d32127762ee0c865660a0268ab (patch) | |
tree | c79a8a60573fa712c898ece6021929ab539e625e /expr.h | |
parent | c074645660f58faee1f653e4e8bd1ebf832c21f1 (diff) | |
download | bfs-a1c8bda52a9c07d32127762ee0c865660a0268ab.tar.xz |
diag: Unify debug printing
Diffstat (limited to 'expr.h')
-rw-r--r-- | expr.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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); |