summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/uipc_debug.c')
-rw-r--r--sys/kern/uipc_debug.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/kern/uipc_debug.c b/sys/kern/uipc_debug.c
index 1570d72..48103c5 100644
--- a/sys/kern/uipc_debug.c
+++ b/sys/kern/uipc_debug.c
@@ -340,14 +340,6 @@ db_print_sbflags(short sb_flags)
int comma;
comma = 0;
- if (sb_flags & SB_LOCK) {
- db_printf("%sSB_LOCK", comma ? ", " : "");
- comma = 1;
- }
- if (sb_flags & SB_WANT) {
- db_printf("%sSB_WANT", comma ? ", " : "");
- comma = 1;
- }
if (sb_flags & SB_WAIT) {
db_printf("%sSB_WAIT", comma ? ", " : "");
comma = 1;
OpenPOWER on IntegriCloud