Skip to content

v0.2.55..v0.2.56 changeset CollectionRelationCriterion.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/CollectionRelationCriterion.cpp b/hoot-core/src/main/cpp/hoot/core/criterion/CollectionRelationCriterion.cpp
index 0f2a28b..391a3c3 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/CollectionRelationCriterion.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/CollectionRelationCriterion.cpp
@@ -38,10 +38,6 @@ namespace hoot
 
 HOOT_FACTORY_REGISTER(ElementCriterion, CollectionRelationCriterion)
 
-CollectionRelationCriterion::CollectionRelationCriterion()
-{
-}
-
 bool CollectionRelationCriterion::isSatisfied(const ConstElementPtr& e) const
 {
   LOG_VART(e->getElementId());
Clone this wiki locally