소스 검색

- removed unused local conflicting type definition

git-svn-id: trunk@2056 -
Jonas Maebe 20 년 전
부모
커밋
640ddd2e26
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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;