summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@cvs.openbsd.org>2015-10-28 07:24:29 +0000
committerSunil Nimmagadda <sunil@cvs.openbsd.org>2015-10-28 07:24:29 +0000
commit69e949ea0edcf6b38422184a174d7a235c1c50cc (patch)
treeecd5a9d987aad63d4e0e6b25df207adc4b409e77 /usr.sbin
parenta91358bccab1a6d26fcbd35a16b048c895341704 (diff)
Remove dead code.
Ok jung@ gilles@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/smtpctl.c7
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);
}