From: gilles Date: Sun, 15 Jul 2018 08:49:12 +0000 (+0000) Subject: remove unused variable X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1597dd31cd72fe3ab76f32965c493509c95b5586;p=openbsd remove unused variable --- diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y index 4037d8ae659..e2581b38dbf 100644 --- a/usr.sbin/smtpd/parse.y +++ b/usr.sbin/smtpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.216 2018/07/11 07:39:22 krw Exp $ */ +/* $OpenBSD: parse.y,v 1.217 2018/07/15 08:49:12 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade @@ -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;