We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/ElementTypeCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/ElementTypeCriterion.h index f0b3eb9..6da021e 100644 --- a/hoot-core/src/main/cpp/hoot/core/criterion/ElementTypeCriterion.h +++ b/hoot-core/src/main/cpp/hoot/core/criterion/ElementTypeCriterion.h @@ -113,7 +113,6 @@ public: } else { - //ConstRelationPtr relation = std::dynamic_pointer_cast<const Relation>(e); return std::dynamic_pointer_cast<const Relation>(e)->getType() == _type; } }