artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f8a099
)
remove unused variable
author
gilles
<gilles@openbsd.org>
Sun, 15 Jul 2018 08:49:12 +0000
(08:49 +0000)
committer
gilles
<gilles@openbsd.org>
Sun, 15 Jul 2018 08:49:12 +0000
(08:49 +0000)
usr.sbin/smtpd/parse.y
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/parse.y
b/usr.sbin/smtpd/parse.y
index
4037d8a
..
e2581b3
100644
(file)
--- a/
usr.sbin/smtpd/parse.y
+++ b/
usr.sbin/smtpd/parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: parse.y,v 1.21
6 2018/07/11 07:39:22 krw Exp $
*/
+/* $OpenBSD: parse.y,v 1.21
7 2018/07/15 08:49:12 gilles Exp $
*/
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@
-99,7
+99,6
@@
char *symget(const char *);
struct smtpd *conf = NULL;
static int errors = 0;
-struct filter_conf *filter = NULL;
struct table *table = NULL;
struct mta_limits *limits;
static struct pki *pki;