Browse Source

- removed getpointersize again, it's not a standard macpas function

git-svn-id: trunk@4962 -
Jonas Maebe 19 years ago
parent
commit
77de2d3b82
1 changed files with 0 additions and 7 deletions
  1. 0 7
      rtl/inc/macpas.pp

+ 0 - 7
rtl/inc/macpas.pp

@@ -88,8 +88,6 @@ procedure BClr(var i: int64; j: cardinal); {$ifdef systeminline}inline;{$endif}
 procedure BClr(var i: qword; j: cardinal); {$ifdef systeminline}inline;{$endif}
 
 
-function GetPointerSize(p: pointer): ptrint; {$ifdef systeminline}inline;{$endif}
-
 implementation
 
 
@@ -306,11 +304,6 @@ begin
   i := i and not (qword(1) shl j);
 end;
 
-function GetPointerSize(p: pointer): ptrint; {$ifdef systeminline}inline;{$endif}
-begin
-  GetPointerSize := memsize(p);
-end;
-
 {$ifdef cpupowerpc}
 begin
   asm