summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmOutputRequiredFilesCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmOutputRequiredFilesCommand.cxx b/Source/cmOutputRequiredFilesCommand.cxx
index b28f326..a998581 100644
--- a/Source/cmOutputRequiredFilesCommand.cxx
+++ b/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)
{