diff --git a/libavutil/internal.h b/libavutil/internal.h
index b9717e7bc9c43729ab8a41c2f386c8ca9121158b..93f8a025005d30d36fb75b674e232e06b62b7826 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));