X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=9bc4f469a0f7c75faaa803e7d692cfcbdcaace1d;hp=72f52459799526c4182de23a6c5b1daca7ab9b16;hb=e25de55faca30c2196612fcb208d88802ad29bae;hpb=28892666bde225bdc13ce3e527f60dbc5f632b8f diff --git a/src/movepick.h b/src/movepick.h index 72f52459..9bc4f469 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -56,7 +56,6 @@ private: MoveStack killers[2]; Square recaptureSquare; int captureThreshold, phase; - const uint8_t* phasePtr; MoveStack *curMove, *lastMove, *lastNonCapture, *badCaptures; MoveStack moves[MAX_MOVES]; };