diff options
Diffstat (limited to 'plugins/common.h')
-rw-r--r-- | plugins/common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/common.h b/plugins/common.h index 6cb7cd4..39a28a9 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -182,11 +182,6 @@ enum { | |||
182 | }; | 182 | }; |
183 | #endif | 183 | #endif |
184 | 184 | ||
185 | /* Solaris does not have floorf, but floor works. Should probably be in configure */ | ||
186 | #if defined(__sun) || defined(__sun__) | ||
187 | static inline float floorf (float x) { return floor(x); } | ||
188 | #endif | ||
189 | |||
190 | enum { | 185 | enum { |
191 | STATE_OK, | 186 | STATE_OK, |
192 | STATE_WARNING, | 187 | STATE_WARNING, |