Remove unneccessar branch in CoreCH code

This commit is contained in:
Patrick Niklaus
2017-03-03 13:28:11 +00:00
committed by Patrick Niklaus
parent c2a5cc034a
commit 93cdd8bb46
3 changed files with 2 additions and 11 deletions
-1
View File
@@ -289,7 +289,6 @@ class MockAlgorithmDataFacade<engine::algorithm::CoreCH>
public:
bool IsCoreNode(const NodeID /* id */) const override { return false; }
std::size_t GetCoreSize() const override { return 0; }
};
template <typename AlgorithmT>