STYLE: Remove unused code
This commit is contained in:
parent
8e0985f9f1
commit
21c818340e
|
@ -145,15 +145,6 @@ int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
cacheDir = arg.substr(2);
|
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();
|
cmSystemTools::DisableRunCommandOutput();
|
||||||
|
|
Loading…
Reference in New Issue