diff options
Diffstat (limited to 'e-util/e-sexp.c')
-rw-r--r-- | e-util/e-sexp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-sexp.c b/e-util/e-sexp.c index 572f79929e..613f5f0c38 100644 --- a/e-util/e-sexp.c +++ b/e-util/e-sexp.c @@ -553,7 +553,7 @@ e_sexp_term_eval(struct _ESExp *f, struct _ESExpTerm *t) return r; } - +#if 0 static void eval_dump_result(ESExpResult *r, int depth) { @@ -586,6 +586,7 @@ eval_dump_result(ESExpResult *r, int depth) } printf("\n"); } +#endif static void parse_dump_term(struct _ESExpTerm *t, int depth) |