File tree Expand file tree Collapse file tree 5 files changed +2
-361
lines changed
Expand file tree Collapse file tree 5 files changed +2
-361
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ PGOBENCH = ./$(EXE) bench
3737
3838# ## Source and object files
3939SRCS = benchmark.cpp bitboard.cpp evaluate.cpp main.cpp misc.cpp movegen.cpp \
40- movepick.cpp pawns.cpp position.cpp search.cpp thread.cpp timeman.cpp \
41- tt.cpp uci.cpp ucioption.cpp tune.cpp syzygy/tbprobe.cpp
40+ movepick.cpp position.cpp search.cpp thread.cpp timeman.cpp tt .cpp \
41+ uci.cpp ucioption.cpp tune.cpp syzygy/tbprobe.cpp
4242
4343OBJS = $(notdir $(SRCS:.cpp=.o ) )
4444
Original file line number Diff line number Diff line change 2626
2727#include " bitboard.h"
2828#include " evaluate.h"
29- #include " pawns.h"
3029#include " thread.h"
3130
3231namespace {
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2828#include < vector>
2929
3030#include " movepick.h"
31- #include " pawns.h"
3231#include " position.h"
3332#include " search.h"
3433#include " thread_win32_osx.h"
@@ -57,7 +56,6 @@ class Thread {
5756 void wait_for_search_finished ();
5857 int best_move_count (Move move) const ;
5958
60- Pawns::Table pawnsTable;
6159 size_t pvIdx, pvLast;
6260 uint64_t ttHitAverage;
6361 int selDepth, nmpMinPly;
You can’t perform that action at this time.
0 commit comments