diff options
-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); } |