diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/IdTagMatchesId.cpp b/hoot-core/src/main/cpp/hoot/core/criterion/IdTagMatchesId.cpp
index b79f960..51a69cd 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/IdTagMatchesId.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/IdTagMatchesId.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "IdTagMatchesId.h"
@@ -35,10 +35,6 @@ namespace hoot
HOOT_FACTORY_REGISTER(ElementCriterion, IdTagMatchesId)
-IdTagMatchesId::IdTagMatchesId()
-{
-}
-
bool IdTagMatchesId::isSatisfied(const ConstElementPtr& e) const
{
const QString tagVal = e->getTags().get(MetadataTags::HootId()).trimmed();