Skip to content

v0.2.55..v0.2.56 changeset IntersectionSplitter.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
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();
Clone this wiki locally