diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2016-09-01 15:12:46 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2016-09-01 15:12:46 +0000 |
commit | 12c34572f86338c0b2ebb1eb58460300acf2f7a9 (patch) | |
tree | e70193d07ecc487cedcf89bb675c063332a1fa27 /usr.sbin/smtpd/mda.c | |
parent | 54e30ad7b1dd78c9b7d7394a53cc57c20e91e822 (diff) |
zap dead code
ok gilles@ sunil@
Diffstat (limited to 'usr.sbin/smtpd/mda.c')
-rw-r--r-- | usr.sbin/smtpd/mda.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/mda.c b/usr.sbin/smtpd/mda.c index 7d98b7ccddf..9da55f3bed8 100644 --- a/usr.sbin/smtpd/mda.c +++ b/usr.sbin/smtpd/mda.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mda.c,v 1.119 2016/05/22 16:31:21 gilles Exp $ */ +/* $OpenBSD: mda.c,v 1.120 2016/09/01 15:12:45 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -532,11 +532,6 @@ mda_io(struct io *io, int evt) free(ln); return; } -#if 0 - log_debug("debug: mda: %zu bytes queued " - "for session %016"PRIx64 " evpid %016"PRIx64, - iobuf_queued(&s->iobuf), s->id, s->evp->id); -#endif } free(ln); |