From 1597dd31cd72fe3ab76f32965c493509c95b5586 Mon Sep 17 00:00:00 2001 From: gilles Date: Sun, 15 Jul 2018 08:49:12 +0000 Subject: [PATCH] remove unused variable --- usr.sbin/smtpd/parse.y | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.20.1