X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.h;h=0e656cb2b0d08c11f99f1f89f01c0ac8fe7ae52e;hp=a496d88eef9d51c69861ad0ba6c850f211dc8eb2;hb=ecec7dbf894ae76fb44750ffe429496fb05fcceb;hpb=acef5d6a594900009d20524140a6f410cf1e4a0c diff --git a/src/misc.h b/src/misc.h index a496d88e..0e656cb2 100644 --- a/src/misc.h +++ b/src/misc.h @@ -47,7 +47,6 @@ const std::string EngineVersion = ""; #define Min(x, y) (((x) < (y))? (x) : (y)) #define Max(x, y) (((x) < (y))? (y) : (x)) -#define Abs(a) (((a) < 0) ? -(a) : (a)) ////