Jelajahi Sumber

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

git-svn-id: trunk@5997 -
Károly Balogh 19 tahun lalu
induk
melakukan
779b178157
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  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