artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58a1f4d
)
Remove dead code.
author
sunil
<sunil@openbsd.org>
Wed, 28 Oct 2015 07:24:28 +0000
(07:24 +0000)
committer
sunil
<sunil@openbsd.org>
Wed, 28 Oct 2015 07:24:28 +0000
(07:24 +0000)
Ok jung@ gilles@
usr.sbin/smtpd/smtpctl.c
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/smtpctl.c
b/usr.sbin/smtpd/smtpctl.c
index
26e9747
..
964b5f5
100644
(file)
--- a/
usr.sbin/smtpd/smtpctl.c
+++ b/
usr.sbin/smtpd/smtpctl.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: smtpctl.c,v 1.13
3 2015/10/27 21:01:09 gilles Exp $
*/
+/* $OpenBSD: smtpctl.c,v 1.13
4 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);
}