소스 검색

* removed hack to disable dircache for DragonFly BSD now that its dirent
handling has been fixed

git-svn-id: trunk@32707 -

Jonas Maebe 9 년 전
부모
커밋
8f645fdc83
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      compiler/cfileutl.pas

+ 0 - 2
compiler/cfileutl.pas

@@ -23,9 +23,7 @@ unit cfileutl;
 
 {$i fpcdefs.inc}
 
-{$ifndef DragonFly}
 {$define usedircache}
-{$endif DragonFly}
 
 interface