Remove needless roundl define.
diff --git a/miner.h b/miner.h
index 88c0392..7301c14 100644
--- a/miner.h
+++ b/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,