Explorar el Código

- removed unused local conflicting type definition

git-svn-id: trunk@2056 -
Jonas Maebe hace 19 años
padre
commit
640ddd2e26
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      rtl/inc/objpas.inc

+ 0 - 3
rtl/inc/objpas.inc

@@ -373,9 +373,6 @@
 
       class function TObject.stringmessagetable : pstringmessagetable;
 
-        type
-           pdword = ^dword;
-
         begin
            stringmessagetable:=pstringmessagetable((pointer(Self)+vmtMsgStrPtr)^);
         end;