mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-28 09:22:35 +02:00
- removed stray statement that should have been removed as part of r34158
git-svn-id: trunk@34247 -
This commit is contained in:
parent
de97285393
commit
d1b9e8ca54
@ -1100,7 +1100,6 @@ procedure tobjcrttiwriter_fragile.gen_objc_info_sections(list: tasmlist);
|
||||
{ version number = 7 (always, both for gcc and clang) }
|
||||
tcb.emit_ord_const(7,ptruinttype);
|
||||
{ sizeof(objc_module): 4 pointer-size entities }
|
||||
list.Concat(Tai_const.Create_pint(sizeof(pint)*4));
|
||||
tcb.emit_ord_const(sizeof(pint)*4,ptruinttype);
|
||||
{ used to be file name, now unused (points to empty string) }
|
||||
objcreatestringpoolentry('',sp_objcclassnames,sec_objc_class_names,lab,def);
|
||||
|
Loading…
Reference in New Issue
Block a user