浏览代码

Unused code

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

+ 0 - 1
source/forms/Login.cpp

@@ -3242,7 +3242,6 @@ void __fastcall TLoginDialog::ParseHostName()
     DoParseUrl(SessionData.get(), HostName);
     std::unique_ptr<TSessionData> HostNameSessionData(new TSessionData(EmptyStr));
     HostNameSessionData->HostName = HostName;
-    std::unique_ptr<TStringList> DifferentProperties(CreateSortedStringList());
     if ((HostNameSessionData->HostName != HostName) || // Has legacy HostName property parsing intervened?
        (!SessionData->IsSameDecrypted(HostNameSessionData.get())))
     {