extended_partition_info::mounted_at is gone.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2658 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2003-02-08 00:40:48 +00:00
parent bdc2eaf5d8
commit 0598bd378f
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ partitionInfo->info.device[0] = '\0';
partitionInfo->file_system_short_name[0] = '\0';
partitionInfo->file_system_long_name[0] = '\0';
partitionInfo->volume_name[0] = '\0';
partitionInfo->mounted_at[0] = '\0';
// partitionInfo->mounted_at[0] = '\0';
partitionInfo->file_system_flags = 0;
}
// NOTE: Where do we get mounted_at from?