codetools: removed duplicate

git-svn-id: trunk@42391 -
This commit is contained in:
mattias 2013-08-11 21:03:47 +00:00
parent b246d4bbcd
commit be888580b8

View File

@ -909,7 +909,6 @@ begin
Add('PUBLIC' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('REGISTER' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('RTLPROC' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('RTLPROC' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('SAFECALL' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('SAVEREGISTERS',{$ifdef FPC}@{$endif}AllwaysTrue);
Add('STDCALL' ,{$ifdef FPC}@{$endif}AllwaysTrue);