Browse Source

- removed unused, commented out fields from the RtlInfoType record

Nikolay Nikolov 3 years ago
parent
commit
6cd88575c6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      rtl/wasi/dos.pp

+ 0 - 3
rtl/wasi/dos.pp

@@ -72,9 +72,6 @@ Uses
 type
   RtlInfoType = Record
     FMode: LongInt;
-    {FInode,
-    FUid,
-    FGid,}
     FSize: __wasi_filesize_t;
     FMTime: __wasi_timestamp_t;
   End;