From 640ddd2e26e405e96056088eecab469a8d38e9f9 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 26 Dec 2005 16:01:13 +0000 Subject: [PATCH] - removed unused local conflicting type definition git-svn-id: trunk@2056 - --- rtl/inc/objpas.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/rtl/inc/objpas.inc b/rtl/inc/objpas.inc index d1561f552d..01f30a4e3e 100644 --- a/rtl/inc/objpas.inc +++ b/rtl/inc/objpas.inc @@ -373,9 +373,6 @@ class function TObject.stringmessagetable : pstringmessagetable; - type - pdword = ^dword; - begin stringmessagetable:=pstringmessagetable((pointer(Self)+vmtMsgStrPtr)^); end;