Skip to content
  • Rolf Eike Beer's avatar
    SystemTools: avoid needless copy of std::string · 29f82f78
    Rolf Eike Beer authored
    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
    29f82f78