From 92c0dc50fc73dd9866f48c521b0aff7473eb3a59 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Tue, 2 Aug 2011 01:05:24 +0200 Subject: Remove useless line of code Alex --- Source/cmExtraEclipseCDT4Generator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx index 8e26b8e..f6960ff 100644 --- a/Source/cmExtraEclipseCDT4Generator.cxx +++ b/Source/cmExtraEclipseCDT4Generator.cxx @@ -737,7 +737,6 @@ void cmExtraEclipseCDT4Generator::CreateCProjectFile() const // now also the system include directories, in case we found them in // CMakeSystemSpecificInformation.cmake. This makes Eclipse find the // standard headers. - mf->GetDefinition("CMAKE_ECLIPSE_C_SYSTEM_INCLUDE_DIRS"); std::string compiler = mf->GetSafeDefinition("CMAKE_C_COMPILER"); if (!compiler.empty()) { -- cgit v0.12