commenting unneeded variables
This commit is contained in:
parent
204dcecb28
commit
e2f84d1acd
@ -105,8 +105,8 @@ public:
|
|||||||
unsigned durationOfSegment = 0;
|
unsigned durationOfSegment = 0;
|
||||||
unsigned indexOfSegmentBegin = 0;
|
unsigned indexOfSegmentBegin = 0;
|
||||||
|
|
||||||
std::string string0 = facade->GetEscapedNameForNameID(pathDescription[0].nameID);
|
// std::string string0 = facade->GetEscapedNameForNameID(pathDescription[0].nameID);
|
||||||
std::string string1;
|
// std::string string1;
|
||||||
|
|
||||||
|
|
||||||
/*Simplify turn instructions
|
/*Simplify turn instructions
|
||||||
@ -160,7 +160,7 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
if(TurnInstructionsClass::NoTurn != pathDescription[i].turnInstruction) {
|
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);
|
assert(pathDescription[i].necessary);
|
||||||
lengthOfSegment = 0;
|
lengthOfSegment = 0;
|
||||||
durationOfSegment = 0;
|
durationOfSegment = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user