Browse Source

Remove needless roundl define.

Con Kolivas 13 years ago
parent
commit
336dbd5c98
1 changed files with 0 additions and 4 deletions
  1. 0 4
      miner.h

+ 0 - 4
miner.h

@@ -159,10 +159,6 @@ void *alloca (size_t);
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
 #endif
 
-#ifndef roundl
-#define roundl(x)   (long double)((long long)((x==0)?0.0:((x)+((x)>0)?0.5:-0.5)))
-#endif
-
 enum alive {
 	LIFE_WELL,
 	LIFE_SICK,