summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2012-06-01 10:40:15 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2012-06-01 10:40:15 +0000
commit63a143111ef078ed21f0fea886d942b3bf999247 (patch)
treefca307168a8be07db8b8138ad1aace82126453e6 /usr.sbin/smtpd
parente07351a1a792c2ea87bf8f77d38a0a02e5023a2a (diff)
remove unused fields
ok eric@
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/smtpd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index 76e76fa5d82..31eb62004bc 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.296 2012/06/01 09:24:58 eric Exp $ */
+/* $OpenBSD: smtpd.h,v 1.297 2012/06/01 10:40:14 chl Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -562,8 +562,6 @@ struct session {
int s_dstatus;
FILE *datafp;
- int mboxfd;
- int messagefd;
};