From 76a97232680b4789dba8f0f1554f2feb616e2e9f 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;