Remove dead code

No functional change.

Closes #87
This commit is contained in:
lucasart
2014-11-01 20:16:29 +00:00
committed by Joona Kiiski
parent d07a875398
commit 2ee1250294
2 changed files with 1 additions and 5 deletions
+1 -3
View File
@@ -27,7 +27,6 @@
#include "material.h"
#include "pawns.h"
#include "thread.h"
#include "uci.h"
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() {