Browse Source

- 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 years ago
parent
commit
ff87431565
1 changed files with 0 additions and 1 deletions
  1. 0 1
      rtl/objpas/sysutils/filutilh.inc

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

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