From c48e633b9e5186e3d07a636fb97ec160103ee1f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 6 Dec 2006 20:31:39 +0000 Subject: [PATCH] remove 'restrict' definition, it is always #defined in config.h Originally committed as revision 7237 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/common.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libavutil/common.h b/libavutil/common.h index a602ea7..4413129 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -47,11 +47,6 @@ # include #endif /* HAVE_AV_CONFIG_H */ -/* Suppress restrict if it was not defined in config.h. */ -#ifndef restrict -# define restrict -#endif - #ifndef always_inline #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0) # define always_inline __attribute__((always_inline)) inline -- 2.7.4