summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-28 13:11:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-28 13:11:09 (GMT)
commit4be80e728adfbe3b0b4b8d46a25697dc64d1a3b8 (patch)
tree76ccd879f071f0a61b53597d068c84f05954a936 /Source/cmFileCommand.cxx
parent038caa16774ac0cff824a14047c9384c7db357fd (diff)
downloadCMake-4be80e728adfbe3b0b4b8d46a25697dc64d1a3b8.zip
CMake-4be80e728adfbe3b0b4b8d46a25697dc64d1a3b8.tar.gz
CMake-4be80e728adfbe3b0b4b8d46a25697dc64d1a3b8.tar.bz2
ERR: Remove warning about unused variable
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r--Source/cmFileCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx
index 68170e0..404c941 100644
--- a/Source/cmFileCommand.cxx
+++ b/Source/cmFileCommand.cxx
@@ -251,7 +251,6 @@ bool cmFileCommand::HandleInstallCommand(std::vector<std::string> const& args)
std::vector<std::string>::size_type i = 0;
i++; // Get rid of subcommand
- std::string expr;
bool in_files = false;
bool optional = false;
for ( ; i != args.size(); ++i )