diff --git a/compiler/aasmtai.pas b/compiler/aasmtai.pas index 101f921c65..19db436cd3 100644 --- a/compiler/aasmtai.pas +++ b/compiler/aasmtai.pas @@ -388,7 +388,6 @@ interface destructor Destroy;override; constructor ppuload(t:taitype;ppufile:tcompilerppufile);override; procedure ppuwrite(ppufile:tcompilerppufile);override; - private { sections should be created via new_section() } constructor Create(Asectype:TAsmSectiontype;Aname:string;Aalign:byte;Asecorder:TasmSectionorder=secorder_default); end;