Remove dead code.
authorsunil <sunil@openbsd.org>
Wed, 28 Oct 2015 07:24:28 +0000 (07:24 +0000)
committersunil <sunil@openbsd.org>
Wed, 28 Oct 2015 07:24:28 +0000 (07:24 +0000)
Ok jung@ gilles@

usr.sbin/smtpd/smtpctl.c

index 26e9747..964b5f5 100644 (file)
@@ -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);
        }