Browse Source

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

git-svn-id: trunk@32707 -

Jonas Maebe 9 years ago
parent
commit
8f645fdc83
1 changed files with 0 additions and 2 deletions
  1. 0 2
      compiler/cfileutl.pas

+ 0 - 2
compiler/cfileutl.pas

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