Преглед на файлове

* 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