소스 검색

* Fix compilation for msdos OS with -dSYSTEMDEBUG

git-svn-id: trunk@33717 -
pierre 9 년 전
부모
커밋
e4a9e0ceea
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      rtl/msdos/sysfile.inc

+ 0 - 2
rtl/msdos/sysfile.inc

@@ -26,8 +26,6 @@
 
       { we cannot allocate memory using SysGetMem, as we use tinyheap code,
         but tinyheap.inc source in inserted later, so we need a forward declaration }
-   function SysTinyFreeMemSize(Addr: Pointer; Size: Ptruint): ptruint; forward;
-   function SysTinyGetMem(Size: ptruint): pointer; forward;
 {$endif SYSTEMDEBUG}