소스 검색

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

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