浏览代码

Unused variable

Source commit: c46c82014c14233f121ea9d5a073338ac37e5a2b
Martin Prikryl 10 年之前
父节点
当前提交
ad5a5c2750
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      source/forms/CustomScpExplorer.cpp

+ 0 - 1
source/forms/CustomScpExplorer.cpp

@@ -6705,7 +6705,6 @@ TStrings * __fastcall TCustomScpExplorerForm::PanelExport(TOperationSide Side,
       {
       {
         bool FullPath = (Export == peFullFileList);
         bool FullPath = (Export == peFullFileList);
         DirView->CreateFileList(false, FullPath, ExportData.get());
         DirView->CreateFileList(false, FullPath, ExportData.get());
-        UnicodeString FileName;
         for (int Index = 0; Index < ExportData->Count; Index++)
         for (int Index = 0; Index < ExportData->Count; Index++)
         {
         {
           if (ExportData->Strings[Index].Pos(L" ") > 0)
           if (ExportData->Strings[Index].Pos(L" ") > 0)