diff --git a/components/lazutils/lazutf8.pas b/components/lazutils/lazutf8.pas index 9c9b06de38..ca7d2e66bc 100644 --- a/components/lazutils/lazutf8.pas +++ b/components/lazutils/lazutf8.pas @@ -538,7 +538,6 @@ var Source: PChar; Dest: PChar; SourceEnd: PChar; - CharLen: integer; SourceCopied: PChar; // Copies from SourceStart till Source to Dest and updates Dest @@ -561,8 +560,7 @@ begin Dest:=PChar(Result); SourceEnd := Source + SourceLen; while Source