Skip to content
Snippets Groups Projects
Commit 29f82f78 authored by Rolf Eike Beer's avatar Rolf Eike Beer
Browse files

SystemTools: avoid needless copy of std::string

Neither this variable nor the original one are modified before the copy gets
later overwritten, so just use the original variable to entirely avoid needless
copy operations.

Change-Id: I67438e774d68c797e77dc4f4a2b50bbad131a9da
parent 9ca5f108
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment