summaryrefslogtreecommitdiffstats
path: root/Source/cmOutputRequiredFilesCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-06-19 16:01:47 (GMT)
committerBrad King <brad.king@kitware.com>2001-06-19 16:01:47 (GMT)
commitb4339eba05f563801ac5d3ef20ffb1b5e59bb61f (patch)
treeedff454cce0ecea0fab42ee94cf6814128c13c5d /Source/cmOutputRequiredFilesCommand.cxx
parentf5ee70af60acc6bd194dc17459a13a4c7125eb2f (diff)
downloadCMake-b4339eba05f563801ac5d3ef20ffb1b5e59bb61f.zip
CMake-b4339eba05f563801ac5d3ef20ffb1b5e59bb61f.tar.gz
CMake-b4339eba05f563801ac5d3ef20ffb1b5e59bb61f.tar.bz2
ERR: Removed unused variable.
Diffstat (limited to 'Source/cmOutputRequiredFilesCommand.cxx')
-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)
{