Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Jäger committed Aug 2, 2024
1 parent 14c54d4 commit ed52629
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/navteq/converter/StreetConverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,6 @@ osmium::unsigned_object_id_type StreetConverter::build_way(

osmium::builder::WayBuilder builder(way_buffer);
setObjectProperties(builder);
osmium::Location start(ogr_ls->getX(0), ogr_ls->getY(0));
osmium::Location end(ogr_ls->getX(ogr_ls->getNumPoints() - 1),
ogr_ls->getY(ogr_ls->getNumPoints() - 1));

{
osmium::builder::WayNodeListBuilder wnl_builder(way_buffer, &builder);

Expand Down

0 comments on commit ed52629

Please sign in to comment.