summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.cxx
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-08-01 23:05:24 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-08-01 23:05:24 (GMT)
commit92c0dc50fc73dd9866f48c521b0aff7473eb3a59 (patch)
tree85da9385fd79faead4999392b45abbac1d13b104 /Source/cmExtraEclipseCDT4Generator.cxx
parenta5683f80bdc1c8c78d8db47f5695e0be3cc19afe (diff)
downloadCMake-92c0dc50fc73dd9866f48c521b0aff7473eb3a59.zip
CMake-92c0dc50fc73dd9866f48c521b0aff7473eb3a59.tar.gz
CMake-92c0dc50fc73dd9866f48c521b0aff7473eb3a59.tar.bz2
Remove useless line of code
Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.cxx')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.cxx1
1 files changed, 0 insertions, 1 deletions
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())
{