From d581b232aa93faf51a914ed1a395970b9453ed14 Mon Sep 17 00:00:00 2001 From: anjiahao Date: Sun, 29 Jan 2023 18:28:51 +0800 Subject: [PATCH] sys/queue.h: remove CONFIG_ALLOW_MIT_COMPONENTS Signed-off-by: anjiahao --- include/sys/queue.h | 3 --- 1 file changed, 3 deletions(-) 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 */