浏览代码

- 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;