ENH: remove a warning

This commit is contained in:
Bill Hoffman 2003-08-14 09:09:44 -04:00
parent cbeeaa7188
commit 86947e0b26
1 changed files with 0 additions and 1 deletions

View File

@ -670,7 +670,6 @@ int cmake::CMakeCommand(std::vector<std::string>& args)
{ {
std::string directory = args[2]; std::string directory = args[2];
std::string command = args[3]; std::string command = args[3];
std::string output;
for (std::string::size_type cc = 4; cc < args.size(); cc ++) for (std::string::size_type cc = 4; cc < args.size(); cc ++)
{ {
command += " "; command += " ";