From 389ed56f63653e89b3d640cf7aebdc8ebe7ca643 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 1 Jun 2017 14:18:15 -0400 Subject: cmLocalUnixMakefileGenerator3: Remove unnecessary local variable --- Source/cmLocalUnixMakefileGenerator3.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx index 959178e..8d3edb8 100644 --- a/Source/cmLocalUnixMakefileGenerator3.cxx +++ b/Source/cmLocalUnixMakefileGenerator3.cxx @@ -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 -- cgit v0.12