aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-sexp.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-11 06:53:41 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-11 06:53:41 +0800
commitcc36af075b8badaf3b13377fc16ba53f38017980 (patch)
tree05706d91d4d46fd9d5f2be5be20547b77d8dcfdb /e-util/e-sexp.c
parent7cde7fac5c30fc7ba7823d9b8a6b135e99572fb2 (diff)
downloadgsoc2013-evolution-cc36af075b8badaf3b13377fc16ba53f38017980.tar
gsoc2013-evolution-cc36af075b8badaf3b13377fc16ba53f38017980.tar.gz
gsoc2013-evolution-cc36af075b8badaf3b13377fc16ba53f38017980.tar.bz2
gsoc2013-evolution-cc36af075b8badaf3b13377fc16ba53f38017980.tar.lz
gsoc2013-evolution-cc36af075b8badaf3b13377fc16ba53f38017980.tar.xz
gsoc2013-evolution-cc36af075b8badaf3b13377fc16ba53f38017980.tar.zst
gsoc2013-evolution-cc36af075b8badaf3b13377fc16ba53f38017980.zip
Warning cleanup: `#if 0' an unused function and add a missing public
function prototype. svn path=/trunk/; revision=4060
Diffstat (limited to 'e-util/e-sexp.c')
-rw-r--r--e-util/e-sexp.c3
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)