1
0
Эх сурвалжийг харах

Unused code

Source commit: 2d565037f4c3abb581d0dfa54410f7da8799cd52
Martin Prikryl 1 жил өмнө
parent
commit
0c1877a7db

+ 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())))
     {