Skip to content

Commit

Permalink
update engine version to 0.9.2
Browse files Browse the repository at this point in the history
removed unused variable "updateIntervalMS"
  • Loading branch information
QueensGambit committed May 5, 2021
1 parent 9786942 commit 93b12e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion engine/src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const string engineName = "MultiAra";
const string engineName = "ClassicAra";
#endif

const string engineVersion = "0.9.1-Dev";
const string engineVersion = "0.9.2";
const string engineAuthors = "Johannes Czech, Moritz Willig, Alena Beyer et al.";

#define LOSS_VALUE -1
Expand Down
2 changes: 0 additions & 2 deletions engine/src/uci/timeoutreadythread.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ using namespace std;
*/
class TimeOutReadyThread : public KillableThread
{

private:
size_t timeOutMS;
size_t updateIntervalMS = 250;
bool isRunning;
public:
TimeOutReadyThread(size_t timeOutMS) : timeOutMS(timeOutMS) {}
Expand Down

0 comments on commit 93b12e0

Please sign in to comment.