]> git.sesse.net Git - stockfish/blobdiff - src/misc.h
Small cleanup in misc.cpp
[stockfish] / src / misc.h
index 0e656cb2b0d08c11f99f1f89f01c0ac8fe7ae52e..aff7cf3e1e0aca0703f95e3d8d5ec97b5f0d450e 100644 (file)
 #include <string>
 
 
-////
-//// Constants
-////
-
-
-/// Version number.  If this is left empty, the current date (in the format
-/// YYMMDD) is used as a version number.
-
-const std::string EngineVersion = "";
-
-
 ////
 //// Macros
 ////