diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2014-09-08 00:05:23 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2014-09-08 00:05:23 +0000 |
commit | 583f892f017ce29ebf4e0e00b5e1dc4a78e0f67e (patch) | |
tree | 6d00c4372f21a04884c08c197edc98c17de7fc1d | |
parent | bbad93be10a0ae5aefa861444c2bd5fe80803539 (diff) |
the PR_LOGGING flag is unused, so im cleaning it up
-rw-r--r-- | sys/sys/pool.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/pool.h b/sys/sys/pool.h index 20129a19b27..f0773c11305 100644 --- a/sys/sys/pool.h +++ b/sys/sys/pool.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pool.h,v 1.50 2014/09/08 00:00:05 dlg Exp $ */ +/* $OpenBSD: pool.h,v 1.51 2014/09/08 00:05:22 dlg Exp $ */ /* $NetBSD: pool.h,v 1.27 2001/06/06 22:00:17 rafal Exp $ */ /*- @@ -119,7 +119,6 @@ struct pool { #define PR_LIMITFAIL 0x0004 /* M_CANFAIL */ #define PR_ZERO 0x0008 /* M_ZERO */ #define PR_WANTED 0x0100 -#define PR_LOGGING 0x0400 #define PR_DEBUG 0x0800 #define PR_DEBUGCHK 0x1000 |