]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Detach search arguments from UI thread
[stockfish] / src / types.h
index 9ac0787e1c08b045c6f45b48c3f15c43395e8a7a..841c794ad0b87691043b7d3a58c692b6fdb8d5f5 100644 (file)
@@ -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
 ////