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
Loading
Please register or sign in to comment