1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Remove needless roundl define.

This commit is contained in:
Con Kolivas 2012-07-03 10:44:59 +10:00
parent 9d37d33df1
commit 336dbd5c98

View File

@ -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,