X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.cpp;h=e2c64ff76e40006e9f93b4fb0c31c013c5e955dd;hp=7369bca9e3c42762f778a2a75292b0c7744efd50;hb=553655eb073cdd59c726dd77fcf368d499029467;hpb=f01b53c37400e676fdf13d52323bc7bb65502e90 diff --git a/src/material.cpp b/src/material.cpp index 7369bca9..e2c64ff7 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -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