浏览代码

- 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;