mesa: remove accidentally committed __SUNPRO_C sqrtf() code

This commit is contained in:
Brian Paul
2012-09-03 08:03:05 -06:00
parent e1673d2001
commit 0b90da3252
-4
View File
@@ -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