From ad5d8c6f9a9f4636b5feff260b2d3d5fca5f0879 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 28 Nov 2013 15:24:23 +0100 Subject: [PATCH] remove dead code --- Contractor/EdgeBasedGraphFactory.h | 9 --------- 1 file changed, 9 deletions(-) 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;