X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftypes.h;h=841c794ad0b87691043b7d3a58c692b6fdb8d5f5;hb=5c8af7ccb8f59f901740d5a8f4a9270f69487583;hp=9ac0787e1c08b045c6f45b48c3f15c43395e8a7a;hpb=7942e6f3bf1a2a4ef452e1e98ab6e6c866217cae;p=stockfish diff --git a/src/types.h b/src/types.h index 9ac0787e..841c794a 100644 --- a/src/types.h +++ b/src/types.h @@ -46,9 +46,6 @@ typedef unsigned __int64 uint64_t; #endif -#define Min(x, y) (((x) < (y)) ? (x) : (y)) -#define Max(x, y) (((x) < (y)) ? (y) : (x)) - //// //// Configuration ////