mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* removed a debug writeln, unfortunately commited by r15077
git-svn-id: trunk@15079 -
This commit is contained in:
parent
5a588e5f06
commit
6560ed87e9
@ -632,7 +632,6 @@
|
||||
Getter.Data := Instance;
|
||||
if Assigned(IEntry) and Assigned(Instance) then
|
||||
begin
|
||||
writeln(IEntry^.IType);
|
||||
case IEntry^.IType of
|
||||
etStandard:
|
||||
Pointer(Obj) := PByte(instance)+IEntry^.IOffset;
|
||||
|
Loading…
Reference in New Issue
Block a user