瀏覽代碼

Unused variable

(cherry picked from commit 2380f7ab6561a9d910fb8f6fb4d1e25b9d04e047)

Source commit: 16ba577458b2b0a19a15f2ee05b0ae5fbb505c29
Martin Prikryl 4 年之前
父節點
當前提交
3cd72fc224
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      source/forms/ImportSessions.cpp

+ 0 - 1
source/forms/ImportSessions.cpp

@@ -257,7 +257,6 @@ bool __fastcall TImportSessionsDialog::Execute()
 
     if (SourceComboBox->ItemIndex == OpensshIndex)
     {
-      int ConvertedKeys = 0;
       std::unique_ptr<TStrings> ConvertedSessions(new TStringList());
       std::unique_ptr<TStrings> ConvertedKeyFiles(new TStringList());
       std::unique_ptr<TStrings> NotConvertedKeyFiles(CreateSortedStringList());