mount_server: Cleanup, remove unused isBFS variable.
This was apparently missed when the BFS warnings were removed in hrev53458.
This commit is contained in:
parent
d6ddb118f3
commit
4dac95ab20
@ -955,12 +955,10 @@ AutoMounter::_SuggestMountFlags(const BPartition* partition, uint32* _flags)
|
||||
uint32 mountFlags = 0;
|
||||
|
||||
bool askReadOnly = true;
|
||||
bool isBFS = false;
|
||||
|
||||
if (partition->ContentType() != NULL
|
||||
&& strcmp(partition->ContentType(), kPartitionTypeBFS) == 0) {
|
||||
askReadOnly = false;
|
||||
isBFS = true;
|
||||
}
|
||||
|
||||
BDiskSystem diskSystem;
|
||||
|
Loading…
Reference in New Issue
Block a user