aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/parser.c
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2015-10-27 23:55:46 +0100
committerGilles Chehade <gilles@poolp.org>2015-10-27 23:55:46 +0100
commit544e51a6106c6cf9a387afaa655e95c2f9e32902 (patch)
tree43f871c309528ac3895421b67d60fd12c0b845f3 /smtpd/parser.c
parentsync with CVS (diff)
downloadOpenSMTPD-544e51a6106c6cf9a387afaa655e95c2f9e32902.tar.xz
OpenSMTPD-544e51a6106c6cf9a387afaa655e95c2f9e32902.zip
sync with CVS
Diffstat (limited to 'smtpd/parser.c')
-rw-r--r--smtpd/parser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/smtpd/parser.c b/smtpd/parser.c
index 03f00281..bb019c13 100644
--- a/smtpd/parser.c
+++ b/smtpd/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD$ */
+/* $OpenBSD: parser.c,v 1.40 2015/01/09 08:28:02 gilles Exp $ */
/*
* Copyright (c) 2013 Eric Faurot <eric@openbsd.org>
@@ -117,7 +117,6 @@ cmd_install(const char *pattern, int (*cmd)(int, struct parameter*))
return (n);
}
-#if 0
static void
cmd_dump(struct node *node, int depth)
{
@@ -131,7 +130,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)