Переглянути джерело

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

git-svn-id: trunk@5997 -
Károly Balogh 18 роки тому
батько
коміт
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