summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2017-09-11 17:09:10 +0000
committerEric Faurot <eric@cvs.openbsd.org>2017-09-11 17:09:10 +0000
commit7cd72b3d761a108f30eb276f0a86a30a5347c954 (patch)
treecc3189ec446675ad47498a91039169efafd33837 /usr.sbin/smtpd
parentdaa17dffd9e400858eea8a5fc0b4fbabcbde1d94 (diff)
remove dead code.
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/mta.c20
1 files changed, 1 insertions, 19 deletions
diff --git a/usr.sbin/smtpd/mta.c b/usr.sbin/smtpd/mta.c
index 08630cc6bd8..47ca491904d 100644
--- a/usr.sbin/smtpd/mta.c
+++ b/usr.sbin/smtpd/mta.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mta.c,v 1.203 2017/01/09 09:53:23 reyk Exp $ */
+/* $OpenBSD: mta.c,v 1.204 2017/09/11 17:09:09 eric Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -394,24 +394,6 @@ mta_imsg(struct mproc *p, struct imsg *imsg)
}
}
- if (p->proc == PROC_PARENT) {
- switch (imsg->hdr.type) {
- case IMSG_CTL_VERBOSE:
- m_msg(&m, imsg);
- m_get_int(&m, &v);
- m_end(&m);
- log_trace_verbose(v);
- return;
-
- case IMSG_CTL_PROFILE:
- m_msg(&m, imsg);
- m_get_int(&m, &v);
- m_end(&m);
- profiling = v;
- return;
- }
- }
-
if (p->proc == PROC_CONTROL) {
switch (imsg->hdr.type) {