Explorar o código

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

git-svn-id: trunk@32707 -

Jonas Maebe %!s(int64=9) %!d(string=hai) anos
pai
achega
8f645fdc83
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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