* Reverted r26128 again; it should not be necessary after r26177 anymore.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26178 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-06-30 10:41:55 +00:00
parent 8531599a27
commit d5157b61d2
@@ -164,12 +164,9 @@ pm_identify_partition(int fd, partition_data *partition, void **cookie)
if (hasChildren) if (hasChildren)
return 0.4; return 0.4;
// No children but a parent. Extremely unlikely that this is desired. // No children. Extremely unlikely, that this is desired. But if no one
// Just indicate that we don't support this partition, it's probably a // else claims the partition, we take it anyway.
// filesystem and not a partition at all. return 0.1;
*cookie = NULL;
delete map;
return -1;
} }
// pm_scan_partition // pm_scan_partition