LCL: Remove useless FillChar() in procedure CreateVClass. Issue #34408, patch by Bartek Dajewski.

git-svn-id: trunk@65105 -
This commit is contained in:
juha 2021-05-11 06:46:26 +00:00
parent a62a8da59f
commit 730c781eff

View File

@ -335,7 +335,6 @@ begin
Vvmt := ANode^.VClass + vmtMethodStart;
Pvmt := ParentWSNode^.VClass + vmtMethodStart;
SetLength(Processed, VvmtCount);
FillChar(Processed[0], SizeOf(Processed), 0);
while CommonClass <> nil do begin
Cmnt := PPointer(Pointer(CommonClass) + vmtMethodTable)^;