diff options
author | 2015-10-28 07:24:28 +0000 | |
---|---|---|
committer | 2015-10-28 07:24:28 +0000 | |
commit | fe9f7324e73dda38440cac5e4ad6766702db8583 (patch) | |
tree | 8ea18d88a1dd77debed4090e7017c9a76f48faae | |
parent | missing splx in error path (diff) | |
download | wireguard-openbsd-fe9f7324e73dda38440cac5e4ad6766702db8583.tar.xz wireguard-openbsd-fe9f7324e73dda38440cac5e4ad6766702db8583.zip |
Remove dead code.
Ok jung@ gilles@
-rw-r--r-- | usr.sbin/smtpd/smtpctl.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/smtpctl.c b/usr.sbin/smtpd/smtpctl.c index 26e97476a4f..964b5f5a4ef 100644 --- a/usr.sbin/smtpd/smtpctl.c +++ b/usr.sbin/smtpd/smtpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpctl.c,v 1.133 2015/10/27 21:01:09 gilles Exp $ */ +/* $OpenBSD: smtpctl.c,v 1.134 2015/10/28 07:24:28 sunil Exp $ */ /* * Copyright (c) 2013 Eric Faurot <eric@openbsd.org> @@ -695,11 +695,6 @@ do_show_queue(int argc, struct parameter *argv) } fts_close(fts); - /* - while ((r = queue_envelope_walk(&evp)) != -1) - if (r) - show_queue_envelope(&evp, 0); - */ return (0); } |