- removed unused, commented out fields from the RtlInfoType record

This commit is contained in:
Nikolay Nikolov 2021-10-19 11:51:25 +03:00
parent 78c4585b53
commit 6cd88575c6

View File

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