[PATCH v1 26/35] include/libc-symbols.h: Remove unused _GL_UNUSED_LABEL macro
Alejandro Colomar
alx@kernel.org
Sun Nov 9 21:53:53 GMT 2025
Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
include/libc-symbols.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index d8c77eb741..4ce0d964bc 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.h
@@ -815,10 +815,6 @@ for linking")
GCC -Wunused-parameter. */
# define _GL_UNUSED __attribute__ ((__unused__))
-/* Note to support C++ as well as C,
- _GL_UNUSED_LABEL should be used with a trailing ; */
-# define _GL_UNUSED_LABEL _GL_UNUSED
-
# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
--
2.51.0
More information about the Libc-alpha
mailing list