Skip to content

Commit

Permalink
deletus totalus
Browse files Browse the repository at this point in the history
  • Loading branch information
PGG106 committed Mar 10, 2024
1 parent ba14cde commit f15045d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 354 deletions.
23 changes: 0 additions & 23 deletions src/uci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ extern vector<string> setup_bench(const Position&, istream&);

namespace {

// position() is called when engine receives the "position" UCI command.
// The function sets up the position described in the given FEN string ("fen")
// or the starting position ("startpos") and then makes the moves given in the
// following move list ("moves").


// setoption() is called when engine receives the "setoption" UCI command. The
// function updates the UCI option ("name") to the given value ("value").

Expand All @@ -65,13 +59,6 @@ namespace {

} // namespace

// --------------------
// Call qsearch(),search() directly for testing
// --------------------




/// UCI::loop() waits for a command from stdin, parses it and calls the appropriate
/// function. Also intercepts EOF from stdin to ensure gracefully exiting if the
/// GUI dies unexpectedly. When called with some command line arguments, e.g. to
Expand Down Expand Up @@ -122,13 +109,6 @@ string UCI::value(Value v) {
return ss.str();
}


/// UCI::wdl() report WDL statistics given an evaluation and a game ply, based on
/// data gathered for fishtest LTC games.




/// UCI::square() converts a Square to a string in algebraic notation (g1, a7, etc.)

std::string UCI::square(Square s) {
Expand Down Expand Up @@ -163,7 +143,4 @@ string UCI::move(Move m, bool chess960) {
return move;
}




} // namespace Stockfish
207 changes: 0 additions & 207 deletions tests/instrumented.sh

This file was deleted.

32 changes: 0 additions & 32 deletions tests/perft.sh

This file was deleted.

61 changes: 0 additions & 61 deletions tests/reprosearch.sh

This file was deleted.

31 changes: 0 additions & 31 deletions tests/signature.sh

This file was deleted.

0 comments on commit f15045d

Please # to comment.