summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index b9717e7bc9..93f8a02500 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -271,9 +271,6 @@ if((y)<(x)){\
}
#ifndef HAVE_LRINTF
-/* XXX: add ISOC specific test to avoid specific BSD testing. */
-/* better than nothing implementation. */
-/* btw, rintf() is existing on fbsd too -- alex */
static av_always_inline long int lrintf(float x)
{
return (int)(rint(x));