remove 'restrict' definition, it is always #defined in config.h
authorMåns Rullgård <mans@mansr.com>
Wed, 6 Dec 2006 20:31:39 +0000 (20:31 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 6 Dec 2006 20:31:39 +0000 (20:31 +0000)
Originally committed as revision 7237 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/common.h

index a602ea7..4413129 100644 (file)
 #    include <math.h>
 #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