epsilon-devel
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]