diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/subline-matching/FrechetSublineMatcher.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/subline-matching/FrechetSublineMatcher.cpp
index 3fc91d7..a8b8314 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/subline-matching/FrechetSublineMatcher.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/subline-matching/FrechetSublineMatcher.cpp
@@ -43,10 +43,6 @@ namespace hoot
HOOT_FACTORY_REGISTER(SublineMatcher, FrechetSublineMatcher)
-FrechetSublineMatcher::FrechetSublineMatcher()
-{
-}
-
WaySublineMatchString FrechetSublineMatcher::findMatch(
const ConstOsmMapPtr& map, const ConstWayPtr& way1, const ConstWayPtr& way2, double& score,
Meters maxRelevantDistance) const