remove dead code
This commit is contained in:
parent
4911601b24
commit
ad5d8c6f9a
@ -115,15 +115,6 @@ private:
|
|||||||
bool contraFlow:1;
|
bool contraFlow:1;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _EdgeBasedEdgeData {
|
|
||||||
int distance;
|
|
||||||
unsigned via;
|
|
||||||
unsigned nameID;
|
|
||||||
bool forward;
|
|
||||||
bool backward;
|
|
||||||
TurnInstruction turnInstruction;
|
|
||||||
};
|
|
||||||
|
|
||||||
unsigned m_turn_restrictions_count;
|
unsigned m_turn_restrictions_count;
|
||||||
|
|
||||||
typedef DynamicGraph<NodeBasedEdgeData> NodeBasedDynamicGraph;
|
typedef DynamicGraph<NodeBasedEdgeData> NodeBasedDynamicGraph;
|
||||||
|
Loading…
Reference in New Issue
Block a user