Remove useless path fiels in VfsObj

This commit is contained in:
2025-11-10 18:19:17 +01:00
parent f4dbe830db
commit efaddb970a
2 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ typedef struct VfsObj {
void *extra;
size_t extrasize;
struct VfsMountPoint *vmp;
char path[VFS_PATH_MAX];
int32_t flags;
int32_t (*read)(struct VfsObj *vobj, uint8_t *const buffer, size_t n, size_t off);
int32_t (*write)(struct VfsObj *vobj, const uint8_t *const buffer, size_t n, size_t off);