From e2f84d1acd87d9ccc049783876ed1c8e70022086 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 1 Oct 2013 13:24:25 +0200 Subject: [PATCH] commenting unneeded variables --- Descriptors/DescriptionFactory.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Descriptors/DescriptionFactory.h b/Descriptors/DescriptionFactory.h index 32836935b..1ee218c81 100644 --- a/Descriptors/DescriptionFactory.h +++ b/Descriptors/DescriptionFactory.h @@ -105,8 +105,8 @@ public: unsigned durationOfSegment = 0; unsigned indexOfSegmentBegin = 0; - std::string string0 = facade->GetEscapedNameForNameID(pathDescription[0].nameID); - std::string string1; + // std::string string0 = facade->GetEscapedNameForNameID(pathDescription[0].nameID); + // std::string string1; /*Simplify turn instructions @@ -160,7 +160,7 @@ public: if(TurnInstructionsClass::NoTurn != pathDescription[i].turnInstruction) { - //SimpleLogger().Write() << "Turn after " << lengthOfSegment << "m into way with name id " << segment.nameID; + //SimpleLogger().Write() << "Turn after " << lengthOfSegment << "m into way with name id " << pathDescription[i].nameID; assert(pathDescription[i].necessary); lengthOfSegment = 0; durationOfSegment = 0;