diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/MultiUseBuildingCriterion.cpp b/hoot-core/src/main/cpp/hoot/core/criterion/MultiUseBuildingCriterion.cpp
index ab23c0e..1de0885 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/MultiUseBuildingCriterion.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/MultiUseBuildingCriterion.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2016, 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2016, 2017, 2018, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "MultiUseBuildingCriterion.h"
@@ -36,10 +36,6 @@ namespace hoot
HOOT_FACTORY_REGISTER(ElementCriterion, MultiUseBuildingCriterion)
-MultiUseBuildingCriterion::MultiUseBuildingCriterion()
-{
-}
-
bool MultiUseBuildingCriterion::isSatisfied(const ConstElementPtr& e) const
{
const OsmSchema& osmSchema = OsmSchema::getInstance();