]> git.sesse.net Git - stockfish/commit
Get rid of struct Time
authorMarco Costalba <mcostalba@gmail.com>
Tue, 4 Sep 2012 07:38:51 +0000 (09:38 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 4 Sep 2012 07:38:51 +0000 (09:38 +0200)
commitb50ce5ebfbc9f8b043f0d915c47b0ac550d4affc
tree6e5008ddc3d3551416610a7e225a4a1f4e771b82
parent5900ab76a05b96f902fd3fc2794670916a7cb0ea
Get rid of struct Time

We just need the milliseconds of current system
time for our needs. This allows to simplify the
API.

No functional change.
src/benchmark.cpp
src/book.cpp
src/misc.cpp
src/misc.h
src/search.cpp
src/search.h