diff --git a/Contractor/EdgeBasedGraphFactory.h b/Contractor/EdgeBasedGraphFactory.h index dd2edb94f..1f4e4c883 100644 --- a/Contractor/EdgeBasedGraphFactory.h +++ b/Contractor/EdgeBasedGraphFactory.h @@ -115,15 +115,6 @@ private: bool contraFlow:1; }; - struct _EdgeBasedEdgeData { - int distance; - unsigned via; - unsigned nameID; - bool forward; - bool backward; - TurnInstruction turnInstruction; - }; - unsigned m_turn_restrictions_count; typedef DynamicGraph NodeBasedDynamicGraph;