remove an unneeded parameter

This commit is contained in:
Dennis Luxen
2014-05-26 15:31:30 +02:00
parent 37f8285a6e
commit 0325861ef3
5 changed files with 29 additions and 14 deletions
+1 -4
View File
@@ -161,11 +161,8 @@ template <class DataFacadeT> class ViaRoutePlugin : public BasePlugin
break;
}
PhantomNodes phantom_nodes;
phantom_nodes.source_phantom = raw_route.segment_end_coordinates.front().source_phantom;
phantom_nodes.target_phantom = raw_route.segment_end_coordinates.back().target_phantom;
descriptor->SetConfig(descriptor_config);
descriptor->Run(raw_route, phantom_nodes, reply);
descriptor->Run(raw_route, reply);
}
private: