summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index ce168ddfee..d77170a257 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -34,14 +34,6 @@
#endif
#endif
-#ifndef attribute_unused
-#if defined(__GNUC__)
-# define attribute_unused __attribute__((unused))
-#else
-# define attribute_unused
-#endif
-#endif
-
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif