Преглед изворни кода

* 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