STYLE: Remove unused code

This commit is contained in:
Andy Cedilnik 2004-10-27 10:45:45 -04:00
parent 8e0985f9f1
commit 21c818340e
1 changed files with 0 additions and 9 deletions

View File

@ -145,15 +145,6 @@ int main(int argc, char** argv)
{
cacheDir = arg.substr(2);
}
if(arg.find("-help",0) != std::string::npos ||
arg.find("--help",0) != std::string::npos ||
arg.find("/?",0) != std::string::npos ||
arg.find("-usage",0) != std::string::npos)
{
cmake msg;
msg.Usage(args[0].c_str());
return -1;
}
}
cmSystemTools::DisableRunCommandOutput();