diff options
author | Brad King <brad.king@kitware.com> | 2008-10-15 14:21:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-10-15 14:21:03 (GMT) |
commit | cd1528279c8c3662af0d1641e0d95e05821b6d10 (patch) | |
tree | 479e0e6302f288f422cd339a41a1ea5907aef3f5 /Source/cmMakefileLibraryTargetGenerator.cxx | |
parent | cc51ddd34be500cac386258909c7097f49be438c (diff) | |
download | CMake-cd1528279c8c3662af0d1641e0d95e05821b6d10.zip CMake-cd1528279c8c3662af0d1641e0d95e05821b6d10.tar.gz CMake-cd1528279c8c3662af0d1641e0d95e05821b6d10.tar.bz2 |
STYLE: Remove computed but unused variable.
An old list of object files for cleaning seems to have been left behind.
This removes it.
Diffstat (limited to 'Source/cmMakefileLibraryTargetGenerator.cxx')
-rw-r--r-- | Source/cmMakefileLibraryTargetGenerator.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefileLibraryTargetGenerator.cxx b/Source/cmMakefileLibraryTargetGenerator.cxx index 1a43831..9cde469 100644 --- a/Source/cmMakefileLibraryTargetGenerator.cxx +++ b/Source/cmMakefileLibraryTargetGenerator.cxx @@ -717,9 +717,6 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules buildObjs += variableNameExternal; buildObjs += ")"; } - std::string cleanObjs = "$("; - cleanObjs += variableName; - cleanObjs += ")"; cmLocalGenerator::RuleVariables vars; vars.TargetPDB = targetOutPathPDB.c_str(); |