remove dead code

This commit is contained in:
Dennis Luxen 2013-11-28 15:24:23 +01:00
parent 5fe79764de
commit 76a9723268

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;