1
0
Fork 0
stockfish/src
ajithcj 99f3ad6858 Remove useless assignments to currentMove
We reference (ss-1)->currentMove, i.e. we peek
current move of the parent node, so currentMove
should be valid in the main move loop, when we
search() the subtree, but outside of main loop
it is useless.

No functional change.
2016-10-18 09:00:52 +02:00
..
syzygy Change from [Color][PieceType] to [Piece] 2016-09-04 09:22:09 +02:00
Makefile Fixes for ARM compilation: take 2 2016-10-14 08:58:07 +02:00
benchmark.cpp Fix crash when passing a mate/stalemate position 2016-09-24 07:37:52 +02:00
bitbase.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
bitboard.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
bitboard.h Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
endgame.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
endgame.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
evaluate.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
evaluate.h Retire KingDanger array 2016-09-16 08:30:06 +02:00
main.cpp Fix indentation in struct FromToStats 2016-09-17 09:51:20 +02:00
material.cpp Retire linear imbalance 2016-09-02 08:25:17 +02:00
material.h Avoid some redundant scaling function calls 2016-06-10 06:43:37 +02:00
misc.cpp Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00
misc.h Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00
movegen.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
movegen.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
movepick.cpp Optimisation of Position::see and Position::see_sign 2016-10-08 06:38:36 +02:00
movepick.h Fix indentation in struct FromToStats 2016-09-17 09:51:20 +02:00
pawns.cpp Retire implicit malus for stonewalls 2016-10-05 09:32:08 +02:00
pawns.h Space bonus in presence of open files 2016-09-03 00:04:20 +02:00
position.cpp Optimisation of Position::see and Position::see_sign 2016-10-08 06:38:36 +02:00
position.h Optimisation of Position::see and Position::see_sign 2016-10-08 06:38:36 +02:00
psqt.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
search.cpp Remove useless assignments to currentMove 2016-10-18 09:00:52 +02:00
search.h Fix indentation in struct FromToStats 2016-09-17 09:51:20 +02:00
thread.cpp Fix crash when passing a mate/stalemate position 2016-09-24 07:37:52 +02:00
thread.h Fix indentation in struct FromToStats 2016-09-17 09:51:20 +02:00
thread_win32.h Assorted English grammar changes 2016-01-16 21:34:29 +00:00
timeman.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
timeman.h Time management simplification 2016-01-29 00:47:07 +00:00
tt.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
tt.h Silence some warnings with MSVC 2013 2016-08-27 12:16:13 +02:00
types.h Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
uci.cpp Move CheckInfo under StateInfo 2016-08-27 09:53:26 +02:00
uci.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
ucioption.cpp Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00