From 959e63c9ba5fe51dcf3e622bb1c8a74bb8761dde Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 4 Jul 2006 22:39:23 +0000 Subject: floorf() is not used, and causes warnings on Solaris Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/common.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavutil') diff --git a/libavutil/common.h b/libavutil/common.h index c951f5b2b8..6ef2a13296 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -182,12 +182,6 @@ typedef uint64_t uint_fast64_t; # endif #endif -#if defined(CONFIG_OS2) || defined(CONFIG_SUNOS) -static inline float floorf(float f) { - return floor(f); -} -#endif - #ifdef CONFIG_WIN32 /* windows */ -- cgit v1.2.3