remove dead code

This commit is contained in:
Dennis Luxen 2013-11-28 15:24:23 +01:00
parent 4911601b24
commit ad5d8c6f9a

View File

@ -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<NodeBasedEdgeData> NodeBasedDynamicGraph;