diff --git a/headers/private/kernel/vm_types.h b/headers/private/kernel/vm_types.h index 479aa28688..ddf58cc76a 100644 --- a/headers/private/kernel/vm_types.h +++ b/headers/private/kernel/vm_types.h @@ -127,7 +127,6 @@ typedef struct vm_address_space { typedef struct vm_store { struct vm_store_ops *ops; struct vm_cache *cache; - void *data; off_t committed_size; } vm_store;