From 4be80e728adfbe3b0b4b8d46a25697dc64d1a3b8 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 28 Jan 2004 08:11:09 -0500 Subject: ERR: Remove warning about unused variable --- Source/cmFileCommand.cxx | 1 - 1 file changed, 1 deletion(-) 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 const& args) std::vector::size_type i = 0; i++; // Get rid of subcommand - std::string expr; bool in_files = false; bool optional = false; for ( ; i != args.size(); ++i ) -- cgit v0.12