[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 7/7] Remove unused attribute macro
From: |
Paul Eggert |
Subject: |
[PATCH 7/7] Remove unused attribute macro |
Date: |
Thu, 26 Jan 2023 14:17:38 -0800 |
* jitter/jitter-missing.h (attribute): Remove; unused.
---
jitter/jitter-missing.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/jitter/jitter-missing.h b/jitter/jitter-missing.h
index d68c7a9..059d797 100644
--- a/jitter/jitter-missing.h
+++ b/jitter/jitter-missing.h
@@ -62,7 +62,6 @@
/* C compilers not supporting the GNU exensions will not recognize attributes.
A simple fix is redefining the attribute keyword as a macro. */
#if ! defined (JITTER_HAVE_GNU_C_ATTRIBUTE)
-# define attribute(ignored_attributes) /* Nothing. */
# define __attribute__(ignored_attributes) /* Nothing. */
#endif /* ! defined (JITTER_HAVE_GNU_C_ATTRIBUTE) */
--
2.39.1
- [PATCH 0/7] improve porting and Gnulib integration, Paul Eggert, 2023/01/26
- [PATCH 2/7] Update bootstrap from Gnulib, Paul Eggert, 2023/01/26
- [PATCH 5/7] Omit some redundant include directives, Paul Eggert, 2023/01/26
- [PATCH 3/7] Update LDADD for recent Gnulib, Paul Eggert, 2023/01/26
- [PATCH 7/7] Remove unused attribute macro,
Paul Eggert <=
- [PATCH 1/7] Port bootstrap.conf BREs to POSIX, Paul Eggert, 2023/01/26
- [PATCH 6/7] Simplify __attribute__ tests, less porting hassle, Paul Eggert, 2023/01/26
- [PATCH 4/7] Don’t assume compilers don’t output to stderr, Paul Eggert, 2023/01/26