STYLE: Remove computed but unused variable.
An old list of object files for cleaning seems to have been left behind. This removes it.
This commit is contained in:
parent
cc51ddd34b
commit
cd1528279c
|
@ -380,9 +380,6 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
|
||||||
buildObjs += variableNameExternal;
|
buildObjs += variableNameExternal;
|
||||||
buildObjs += ")";
|
buildObjs += ")";
|
||||||
}
|
}
|
||||||
std::string cleanObjs = "$(";
|
|
||||||
cleanObjs += variableName;
|
|
||||||
cleanObjs += ")";
|
|
||||||
|
|
||||||
cmLocalGenerator::RuleVariables vars;
|
cmLocalGenerator::RuleVariables vars;
|
||||||
vars.Language = linkLanguage;
|
vars.Language = linkLanguage;
|
||||||
|
|
|
@ -717,9 +717,6 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules
|
||||||
buildObjs += variableNameExternal;
|
buildObjs += variableNameExternal;
|
||||||
buildObjs += ")";
|
buildObjs += ")";
|
||||||
}
|
}
|
||||||
std::string cleanObjs = "$(";
|
|
||||||
cleanObjs += variableName;
|
|
||||||
cleanObjs += ")";
|
|
||||||
cmLocalGenerator::RuleVariables vars;
|
cmLocalGenerator::RuleVariables vars;
|
||||||
vars.TargetPDB = targetOutPathPDB.c_str();
|
vars.TargetPDB = targetOutPathPDB.c_str();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue