diff --git a/headers/os/kernel/disk_scanner.h b/headers/os/kernel/disk_scanner.h index 09e24742c1..cf68432099 100644 --- a/headers/os/kernel/disk_scanner.h +++ b/headers/os/kernel/disk_scanner.h @@ -41,9 +41,6 @@ typedef struct extended_partition_info { char file_system_short_name[B_FILE_NAME_LENGTH]; /* "", if hidden */ char file_system_long_name[B_FILE_NAME_LENGTH]; /* or unknown FS */ char volume_name[B_FILE_NAME_LENGTH]; /* "", if hidden */ -// char mounted_at[B_FILE_NAME_LENGTH]; /* "", if not mounted */ - //< better B_PATH_NAME_LENGTH? - uint32 partition_code; uint32 file_system_flags; /* same as fs_info::flags */ } extended_partition_info;