mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-03 09:59:28 +02:00
LCL: Remove useless FillChar() in procedure CreateVClass. Issue #34408, patch by Bartek Dajewski.
git-svn-id: trunk@65105 -
This commit is contained in:
parent
a62a8da59f
commit
730c781eff
@ -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)^;
|
||||
|
Loading…
Reference in New Issue
Block a user