1
0
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:
Stephen Genusa 2015-03-08 18:50:03 -05:00
parent 5fc435d45f
commit 7e33ec7a32

View File

@ -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));