Преглед на файлове

Remove useless line of code

Alex
Alex Neundorf преди 14 години
родител
ревизия
92c0dc50fc
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      Source/cmExtraEclipseCDT4Generator.cxx

+ 0 - 1
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())
     {