diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatch.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatch.cpp
index 56f53ed..1b8623b 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatch.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatch.cpp
@@ -51,11 +51,6 @@ HOOT_FACTORY_REGISTER(Match, BuildingMatch)
const QString BuildingMatch::MATCH_NAME = "Building";
-BuildingMatch::BuildingMatch() :
-Match()
-{
-}
-
BuildingMatch::BuildingMatch(const ConstMatchThresholdPtr& mt) :
Match(mt)
{