From 0b90da3252c03d13144f6876cf0b5d633f8e5828 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 3 Sep 2012 08:03:05 -0600 Subject: [PATCH] mesa: remove accidentally committed __SUNPRO_C sqrtf() code --- src/mesa/main/imports.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index 2f854e57400..60b0f11af86 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -156,10 +156,6 @@ static inline int isblank(int ch) { return ch == ' ' || ch == '\t'; } #endif /*@}*/ -#if defined(__SUNPRO_C) -#define sqrtf(f) ((float) sqrt(f)) -#endif - /*** *** LOG2: Log base 2 of float -- 2.30.2