diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/IntersectionSplitter.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/IntersectionSplitter.cpp
index c319621..dccb8d3 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/IntersectionSplitter.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/IntersectionSplitter.cpp
@@ -49,15 +49,6 @@ namespace hoot
HOOT_FACTORY_REGISTER(OsmMapOperation, IntersectionSplitter)
-IntersectionSplitter::IntersectionSplitter()
-{
-}
-
-IntersectionSplitter::IntersectionSplitter(const std::shared_ptr<OsmMap>& map) :
-_map(map)
-{
-}
-
void IntersectionSplitter::_mapNodesToWay(const std::shared_ptr<Way>& way)
{
long wId = way->getId();