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

+ removed workaround (dircache disable) for morphos (and amiga)

git-svn-id: trunk@5997 -
Károly Balogh преди 19 години
родител
ревизия
779b178157
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      compiler/cfileutils.pas

+ 0 - 3
compiler/cfileutils.pas

@@ -24,9 +24,6 @@ unit cfileutils;
 {$i fpcdefs.inc}
 
 {$define usedircache}
-{$if defined(morphos) or defined(amiga)}
-{$undef usedircache}
-{$endif}
 
 interface