]> git.sesse.net Git - stockfish/blobdiff - src/material.cpp
Refactor Thread class
[stockfish] / src / material.cpp
index 7369bca9e3c42762f778a2a75292b0c7744efd50..e2c64ff76e40006e9f93b4fb0c31c013c5e955dd 100644 (file)
@@ -84,12 +84,6 @@ namespace {
 } // namespace
 
 
-/// MaterialInfoTable c'tor and d'tor allocate and free the space for Endgames
-
-void MaterialInfoTable::init() { Base::init(); if (!funcs) funcs = new Endgames(); }
-MaterialInfoTable::~MaterialInfoTable() { delete funcs; }
-
-
 /// MaterialInfoTable::material_info() takes a position object as input,
 /// computes or looks up a MaterialInfo object, and returns a pointer to it.
 /// If the material configuration is not already present in the table, it