Explorar el Código

aasmllvmmetadata: remove leftover unused type

Jonas Maebe hace 3 años
padre
commit
b456833b03
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      compiler/llvm/aasmllvmmetadata.pas

+ 0 - 1
compiler/llvm/aasmllvmmetadata.pas

@@ -141,7 +141,6 @@ interface
       property itemname: TSymStr read fitemname;
       property itemkind: tllvmspecialmetaitemkind read fitemkind;
     end;
-    tllvmspecialisedmetaitems = array of tllvmspecialisedmetaitem;
 
      { !name = !kindname(field1: value1, ...) }
     tai_llvmspecialisedmetadatanode = class(tai_llvmunnamedmetadatanode)