浏览代码

ERR: Remove warning about unused variable

Andy Cedilnik 22 年之前
父节点
当前提交
4be80e728a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Source/cmFileCommand.cxx

+ 0 - 1
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 )