summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/common.h6
1 files changed, 0 insertions, 6 deletions
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 */