summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure b/configure
index 356a3b0449..a82c271fd2 100755
--- a/configure
+++ b/configure
@@ -8174,13 +8174,6 @@ $_def_builtin_expect
#define unlikely(x) (x)
#endif
-/* attribute(used) as needed by some compilers */
-#if (__GNUC__ * 100 + __GNUC_MINOR__ >= 300)
-# define attribute_used __attribute__((used))
-#else
-# define attribute_used
-#endif
-
/* compiler support for named assembler arguments */
$_def_named_asm_args