mirror of
https://github.com/StephenGenusa/DCPCrypt.git
synced 2025-08-24 21:48:59 +02:00
Removed unused variable in EncryptString
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user