Browse Source

Unused code

Source commit: 2d565037f4c3abb581d0dfa54410f7da8799cd52
Martin Prikryl 1 year ago
parent
commit
0c1877a7db
1 changed files with 0 additions and 1 deletions
  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())))
     {