diff options
author | 2012-06-01 10:40:14 +0000 | |
---|---|---|
committer | 2012-06-01 10:40:14 +0000 | |
commit | 4b7ca76cf807089e13c0145a02bffdc73ed3a276 (patch) | |
tree | 5974805acb280ad86bd4009b661ef4c627555c46 | |
parent | move envelope dump/load functions to envelope.c (diff) | |
download | wireguard-openbsd-4b7ca76cf807089e13c0145a02bffdc73ed3a276.tar.xz wireguard-openbsd-4b7ca76cf807089e13c0145a02bffdc73ed3a276.zip |
remove unused fields
ok eric@
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 4 |
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; }; |