From b4339eba05f563801ac5d3ef20ffb1b5e59bb61f Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 19 Jun 2001 12:01:47 -0400 Subject: [PATCH] ERR: Removed unused variable. --- Source/cmOutputRequiredFilesCommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmOutputRequiredFilesCommand.cxx b/Source/cmOutputRequiredFilesCommand.cxx index b28f3261f..a99858125 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) {