summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/attributes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavutil/attributes.h b/libavutil/attributes.h
index 0a4d50ecce..8c0e5b2979 100644
--- a/libavutil/attributes.h
+++ b/libavutil/attributes.h
@@ -64,10 +64,6 @@
# define av_pure
#endif
-#ifndef av_restrict
-#define av_restrict restrict
-#endif
-
#if AV_GCC_VERSION_AT_LEAST(2,6)
# define av_const __attribute__((const))
#else