Martijn Laan hace 1 mes
padre
commit
a958ff6f47
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Projects/SetupLdr.dpr

+ 0 - 1
Projects/SetupLdr.dpr

@@ -418,7 +418,6 @@ begin
 
       var CryptKey: TSetupEncryptionKey;
       if SetupEncryptionHeader.EncryptionUse = euFull then begin
-        var PasswordOk: Boolean;
         if InitPassword = '' then
           raise Exception.Create(SMissingPassword);
         GenerateEncryptionKey(InitPassword, SetupEncryptionHeader.EncryptionKDFSalt, SetupEncryptionHeader.EncryptionKDFIterations, CryptKey);