We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayRfClassifier.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayRfClassifier.cpp index 11088e4..174a2fa 100644 --- a/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayRfClassifier.cpp +++ b/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayRfClassifier.cpp @@ -73,11 +73,6 @@ int HighwayRfClassifier::logWarnCount = 0; HOOT_FACTORY_REGISTER(HighwayClassifier, HighwayRfClassifier) -HighwayRfClassifier::HighwayRfClassifier() -{ - // we do a lazy initialization -} - MatchClassification HighwayRfClassifier::classify(const ConstOsmMapPtr& map, ElementId eid1, ElementId eid2, const WaySublineMatchString& match) {