aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/parser.c
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2015-05-07 01:30:18 +0200
committerGilles Chehade <gilles@poolp.org>2015-05-07 01:30:18 +0200
commit78791dcbd95c0d91b580a99f4e39ab6c38fb3788 (patch)
tree2ebe92a3644421a56b8fef38d0587448a83aa658 /smtpd/parser.c
parentRevert "pretty sure we don't have any AIX user... we use ASR anyways" (diff)
downloadOpenSMTPD-78791dcbd95c0d91b580a99f4e39ab6c38fb3788.tar.xz
OpenSMTPD-78791dcbd95c0d91b580a99f4e39ab6c38fb3788.zip
Revert "define out unused function"
This reverts commit fb8a9f3b36f54e3d7cbcb945460e43ff964882b0.
Diffstat (limited to 'smtpd/parser.c')
-rw-r--r--smtpd/parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/smtpd/parser.c b/smtpd/parser.c
index ee4ee1a3..842a398b 100644
--- a/smtpd/parser.c
+++ b/smtpd/parser.c
@@ -119,7 +119,6 @@ cmd_install(const char *pattern, int (*cmd)(int, struct parameter*))
return (n);
}
-#if 0
static void
cmd_dump(struct node *node, int depth)
{
@@ -133,7 +132,6 @@ cmd_dump(struct node *node, int depth)
TAILQ_FOREACH(n, &node->children, entry)
cmd_dump(n, depth + 1);
}
-#endif
static int
cmd_check(const char *str, struct node *node, struct parameter *res)