瀏覽代碼

* 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