diff options
author | Sunil Nimmagadda <sunil@cvs.openbsd.org> | 2015-10-28 07:24:29 +0000 |
---|---|---|
committer | Sunil Nimmagadda <sunil@cvs.openbsd.org> | 2015-10-28 07:24:29 +0000 |
commit | 69e949ea0edcf6b38422184a174d7a235c1c50cc (patch) | |
tree | ecd5a9d987aad63d4e0e6b25df207adc4b409e77 /usr.sbin | |
parent | a91358bccab1a6d26fcbd35a16b048c895341704 (diff) |
Remove dead code.
Ok jung@ gilles@
Diffstat (limited to 'usr.sbin')
-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); } |