瀏覽代碼

+ 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