ソースを参照

- removed unused, commented out fields from the RtlInfoType record

Nikolay Nikolov 3 年 前
コミット
6cd88575c6
1 ファイル変更0 行追加3 行削除
  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;