-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.55..v0.2.56 changeset DistanceScoreExtractor.cpp
Garret Voltz edited this page Aug 14, 2020
·
3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/DistanceScoreExtractor.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/DistanceScoreExtractor.cpp
index 3b3c351..fd299a2 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/DistanceScoreExtractor.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/DistanceScoreExtractor.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "DistanceScoreExtractor.h"
@@ -39,11 +39,6 @@ DistanceScoreExtractor::DistanceScoreExtractor(ValueAggregatorPtr wayAgg):
{
}
-DistanceScoreExtractor::DistanceScoreExtractor():
- WayFeatureExtractor()
-{
-}
-
double DistanceScoreExtractor::_extract(const OsmMap& map, const ConstWayPtr& w1,
const ConstWayPtr& w2) const
{