diff --git a/compiler/llvm/nllvmutil.pas b/compiler/llvm/nllvmutil.pas index 4a52f6ea52..0725c00ffb 100644 --- a/compiler/llvm/nllvmutil.pas +++ b/compiler/llvm/nllvmutil.pas @@ -36,7 +36,6 @@ interface strict protected class procedure insertbsssym(list: tasmlist; sym: tstaticvarsym; size: asizeint; varalign: shortint); override; public - class procedure InsertResourceTablesTable; override; class procedure InsertResourceInfo(ResourcesUsed : boolean); override; class procedure InsertObjectInfo; override; end; @@ -70,12 +69,6 @@ implementation end; - class procedure tllvmnodeutils.InsertResourceTablesTable; - begin - { not supported } - end; - - class procedure tllvmnodeutils.InsertResourceInfo(ResourcesUsed: boolean); begin { not supported }