diff options
author | Brad King <brad.king@kitware.com> | 2001-06-19 16:01:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-06-19 16:01:47 (GMT) |
commit | b4339eba05f563801ac5d3ef20ffb1b5e59bb61f (patch) | |
tree | edff454cce0ecea0fab42ee94cf6814128c13c5d /Source/cmOutputRequiredFilesCommand.cxx | |
parent | f5ee70af60acc6bd194dc17459a13a4c7125eb2f (diff) | |
download | CMake-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.cxx | 1 |
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) { |