ソースを参照

- removed "PathOnly" field from Unix TSearchRec (deprecated since 2.4.0, not
initialised or used on any target))

git-svn-id: branches/cpstrrtl@24968 -

Jonas Maebe 12 年 前
コミット
ff87431565
1 ファイル変更0 行追加1 行削除
  1. 0 1
      rtl/objpas/sysutils/filutilh.inc

+ 0 - 1
rtl/objpas/sysutils/filutilh.inc

@@ -23,7 +23,6 @@ Type
 {$ifdef unix}
     FindHandle : Pointer;
     Mode : TMode;
-    PathOnly : AnsiString {$ifndef VER2_2} deprecated{$endif};
 {$else unix}
     FindHandle : THandle;
 {$endif unix}