diff options
-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 6cb7cd46..39a28a9d 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -182,11 +182,6 @@ enum { }; #endif -/* Solaris does not have floorf, but floor works. Should probably be in configure */ -#if defined(__sun) || defined(__sun__) -static inline float floorf (float x) { return floor(x); } -#endif - enum { STATE_OK, STATE_WARNING, |