X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=5fe73397d9ffd01866d50914ccfcb741894a00b6;hp=eebd69e506c2cb19bd9f2390056dad41a2d383e1;hb=6c040c821a50475840607ef5f11c270ee21d61da;hpb=be509525336b65419e708678abe4e16efb5f6f4d diff --git a/src/types.h b/src/types.h index eebd69e5..5fe73397 100644 --- a/src/types.h +++ b/src/types.h @@ -79,14 +79,6 @@ # define pext(b, m) (0) #endif -#ifdef _MSC_VER -# define FORCE_INLINE __forceinline -#elif defined(__GNUC__) -# define FORCE_INLINE inline __attribute__((always_inline)) -#else -# define FORCE_INLINE inline -#endif - #ifdef USE_POPCNT const bool HasPopCnt = true; #else