mirror of
https://github.com/StephenGenusa/DCPCrypt.git
synced 2024-11-13 16:20:24 +02:00
Removed unused variable in EncryptString
This commit is contained in:
parent
5fc435d45f
commit
7e33ec7a32
@ -629,8 +629,8 @@ begin
|
||||
end;
|
||||
|
||||
function TDCP_cipher.EncryptString(const Str: RawByteString): RawByteString;
|
||||
var
|
||||
lLength : integer;
|
||||
//var
|
||||
// lLength : integer;
|
||||
begin
|
||||
{$IFDEF NEXTGEN}
|
||||
Result.SetLength(AnsiLength(Str));
|
||||
|
Loading…
Reference in New Issue
Block a user