mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 12:11:04 -06:00
cmLocalUnixMakefileGenerator3: Remove unnecessary local variable
This commit is contained in:
@@ -1200,9 +1200,8 @@ void cmLocalUnixMakefileGenerator3::AppendEcho(
|
||||
}
|
||||
|
||||
std::string cmLocalUnixMakefileGenerator3::CreateMakeVariable(
|
||||
const std::string& sin, const std::string& s2)
|
||||
std::string const& s, std::string const& s2)
|
||||
{
|
||||
std::string s = sin;
|
||||
std::string unmodified = s;
|
||||
unmodified += s2;
|
||||
// if there is no restriction on the length of make variables
|
||||
|
||||
Reference in New Issue
Block a user