aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/queue.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/queue.h b/src/queue.h
index dddb466..32d6d5b 100644
--- a/src/queue.h
+++ b/src/queue.h
@@ -100,6 +100,7 @@
# endif
#endif
+#if 0
/*
* Singly-linked List definitions.
*/
@@ -293,6 +294,7 @@ struct { \
*(elm2)->field.le_prev = (elm2); \
QUEUEDEBUG_LIST_POSTREMOVE((elm), field) \
} while (/*CONSTCOND*/0)
+#endif /* 0 */
/*
* Simple queue definitions.
@@ -562,6 +564,7 @@ struct { \
} \
} while (/*CONSTCOND*/0)
+#if 0
/*
* Singly-linked Tail queue declarations.
*/
@@ -843,4 +846,6 @@ struct { \
: (elm->field.cqe_prev))
#endif /* !_KERNEL */
+#endif /* 0 */
+
#endif /* !_SYS_QUEUE_H_ */