Przeglądaj źródła

- removed unused local conflicting type definition

git-svn-id: trunk@2056 -
Jonas Maebe 20 lat temu
rodzic
commit
640ddd2e26
1 zmienionych plików z 0 dodań i 3 usunięć
  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;