فهرست منبع

Unused variable

Source commit: 31dd9caba2224fb2ff2e5d714e8ba09021cac7ac
Martin Prikryl 4 سال پیش
والد
کامیت
2380f7ab65
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());