Browse Source

- removed unused local conflicting type definition

git-svn-id: trunk@2056 -
Jonas Maebe 19 years ago
parent
commit
640ddd2e26
1 changed files with 0 additions and 3 deletions
  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;