X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.h;fp=src%2Ftimeman.h;h=6c56d506b3f1ce04e6080330f90338c63aae268c;hp=4b9b62bd2a911231cb48704e62ea27df3cc05ccb;hb=a105978bbde04508389abad03bd121f817f91646;hpb=b1876222335df6581777baadc68fb5b17e5fe656 diff --git a/src/timeman.h b/src/timeman.h index 4b9b62bd..6c56d506 100644 --- a/src/timeman.h +++ b/src/timeman.h @@ -30,7 +30,6 @@ namespace Stockfish { // The TimeManagement class computes the optimal time to think depending on // the maximum available time, the game move number, and other parameters. - class TimeManagement { public: void init(Search::LimitsType& limits, Color us, int ply);