From: Brian Paul Date: Mon, 3 Sep 2012 14:03:05 +0000 (-0600) Subject: mesa: remove accidentally committed __SUNPRO_C sqrtf() code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b90da3252c03d13144f6876cf0b5d633f8e5828;p=mesa.git mesa: remove accidentally committed __SUNPRO_C sqrtf() code --- 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