Removes penalizing move
This commit is contained in:
parent
4e2e2059b1
commit
b8c059b5c2
@ -210,7 +210,7 @@ std::vector<std::vector<PathData>> postProcess(std::vector<std::vector<PathData>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return std::move(leg_data);
|
return leg_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace guidance
|
} // namespace guidance
|
||||||
|
Loading…
Reference in New Issue
Block a user