summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.h
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2009-12-24 14:19:47 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2009-12-24 14:19:47 +0000
commit4dee6be6b10b7f792e2e198914b8aab7ebe7a03c (patch)
tree397e9750607529828195aa60ec60abdb05bf9c9a /usr.sbin/smtpd/smtpd.h
parent2bcfe2311f965a8a952eaa3955ed3c73126cf137 (diff)
kill PATH_RUNQUEUEHIGH and PATH_RUNQUEUELOW, i had great plans for them but
they're still unused months later and there's many ways to achieve having a set of priorities on envelopes without needing additionnal queues.
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r--usr.sbin/smtpd/smtpd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index a8ed23c0ea4..1b01880714a 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.165 2009/12/14 19:56:55 jacekm Exp $ */
+/* $OpenBSD: smtpd.h,v 1.166 2009/12/24 14:19:46 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -71,8 +71,6 @@
#define PATH_ENVELOPES "/envelopes"
#define PATH_RUNQUEUE "/runqueue"
-#define PATH_RUNQUEUEHIGH "/runqueue-high"
-#define PATH_RUNQUEUELOW "/runqueue-low"
#define PATH_OFFLINE "/offline"
#define PATH_BOUNCE "/bounce"