summaryrefslogtreecommitdiff
path: root/Source/cmTryCompileCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-03-10 13:39:38 -0500
committerKen Martin <ken.martin@kitware.com>2005-03-10 13:39:38 -0500
commit3ff6722934521151793e5ad798a48305fc5ec2fa (patch)
tree44c00d047860311a0f52effb115de3257488e6c4 /Source/cmTryCompileCommand.cxx
parenta79868206eb59e19fd0ebca72ba435cdbb8c6a89 (diff)
downloadcmake-3ff6722934521151793e5ad798a48305fc5ec2fa.tar.gz
ENH: cleanup by removing all the olf local generate junk that i not longer needed
Diffstat (limited to 'Source/cmTryCompileCommand.cxx')
-rw-r--r--Source/cmTryCompileCommand.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmTryCompileCommand.cxx b/Source/cmTryCompileCommand.cxx
index 3972e2a6c1..328c170ff6 100644
--- a/Source/cmTryCompileCommand.cxx
+++ b/Source/cmTryCompileCommand.cxx
@@ -257,11 +257,6 @@ bool cmTryCompileCommand::InitialPass(std::vector<std::string> const& argv)
return false;
}
- if ( m_Makefile->GetLocal() )
- {
- return true;
- }
-
cmTryCompileCommand::CoreTryCompileCode(m_Makefile,argv,true);
return true;