diff options
author | Brian Paul <[email protected]> | 2012-09-03 08:03:05 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-09-03 08:03:07 -0600 |
commit | 0b90da3252c03d13144f6876cf0b5d633f8e5828 (patch) | |
tree | 9cc6e490d8445ad0415caab31301891645c4e5bb | |
parent | e1673d200133b49685d07cc81826bfe4a61c0fe6 (diff) |
mesa: remove accidentally committed __SUNPRO_C sqrtf() code
-rw-r--r-- | src/mesa/main/imports.h | 4 |
1 files changed, 0 insertions, 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 |