diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-21 19:07:33 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-21 19:07:33 (GMT) |
commit | d999d0240d249de3bebbe278b73f64ff09c5e731 (patch) | |
tree | 49bd7ac4d6339c062e86d7e3e4e3237c40f86240 /Source/cmGlobalGenerator.cxx | |
parent | 828eebcd31e40c0afd564a4af25801861835370d (diff) | |
download | CMake-d999d0240d249de3bebbe278b73f64ff09c5e731.zip CMake-d999d0240d249de3bebbe278b73f64ff09c5e731.tar.gz CMake-d999d0240d249de3bebbe278b73f64ff09c5e731.tar.bz2 |
ENH: get rid of some extra erase calls
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index e554de7..f6b860b 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -1366,9 +1366,6 @@ void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets) cmCustomCommandLines cpackCommandLines; std::vector<std::string> depends; cmCustomCommandLine singleLine; - cpackCommandLines.erase(cpackCommandLines.begin(), cpackCommandLines.end()); - singleLine.erase(singleLine.begin(), singleLine.end()); - depends.erase(depends.begin(), depends.end()); singleLine.push_back(this->GetCMakeInstance()->GetCPackCommand()); if ( cmakeCfgIntDir && *cmakeCfgIntDir && cmakeCfgIntDir[0] != '.' ) { |