]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Remove dead code
[stockfish] / src / evaluate.cpp
index f70014e293d2ac9d88d5e3fe9d62f8102ea70e2c..057fd70c8216ec5fd4cae5d212b76d760a5ca0fc 100644 (file)
@@ -27,7 +27,6 @@
 #include "material.h"
 #include "pawns.h"
 #include "thread.h"
 #include "material.h"
 #include "pawns.h"
 #include "thread.h"
-#include "uci.h"
 
 namespace {
 
 
 namespace {
 
@@ -903,8 +902,7 @@ namespace Eval {
   }
 
 
   }
 
 
-  /// init() computes evaluation weights from the corresponding UCI parameters
-  /// and setup king tables.
+  /// init() computes evaluation weights.
 
   void init() {
 
 
   void init() {