Ver código fonte

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

git-svn-id: trunk@5997 -
Károly Balogh 18 anos atrás
pai
commit
779b178157
1 arquivos alterados com 0 adições e 3 exclusões
  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