From: Måns Rullgård Date: Wed, 6 Dec 2006 20:31:39 +0000 (+0000) Subject: remove 'restrict' definition, it is always #defined in config.h X-Git-Tag: v0.5~10840 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c48e633b9e5186e3d07a636fb97ec160103ee1f2;p=platform%2Fupstream%2Flibav.git remove 'restrict' definition, it is always #defined in config.h Originally committed as revision 7237 to svn://svn.ffmpeg.org/ffmpeg/trunk --- 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