commenting unneeded variables

This commit is contained in:
Dennis Luxen 2013-10-01 13:24:25 +02:00
parent 204dcecb28
commit e2f84d1acd

View File

@ -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;