Przeglądaj źródła

ERR: Removed unused variable.

Brad King 24 lat temu
rodzic
commit
b4339eba05
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Source/cmOutputRequiredFilesCommand.cxx

+ 0 - 1
Source/cmOutputRequiredFilesCommand.cxx

@@ -215,7 +215,6 @@ void cmOutputRequiredFilesCommand::FinalPass()
   m_Makefile->ExpandVariablesInString(m_OutputFile);
 
   // find the depends for a file
-  const cmMakeDepend::DependArray &da = md.GetDependInformation();
   const cmDependInformation *info = md.GetDependInformationForSourceFile(m_File.c_str());
   if (info)
     {