diff --git a/include/sys/queue.h b/include/sys/queue.h index 2d957068d8e22..0f016105b1f85 100644 --- a/include/sys/queue.h +++ b/include/sys/queue.h @@ -43,8 +43,6 @@ #include #include -#ifdef CONFIG_ALLOW_BSD_COMPONENTS - /* This file defines five types of data structures: singly-linked lists, * lists, simple queues, tail queues and XOR simple queues. * @@ -844,5 +842,4 @@ ((FAR struct type *)(FAR void *) \ ((FAR char *)((head)->stqh_last) - offsetof(struct type, field)))) -#endif /* CONFIG_ALLOW_BSD_COMPONENTS */ #endif /* __INCLUDE_SYS_QUEUE_H */