mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
solid: remove invalid assert in geom backend
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
83bce266e8
commit
2af6e60302
1 changed files with 0 additions and 1 deletions
|
@ -245,7 +245,6 @@ bool GeomDevice::queryDeviceInterface(const Solid::DeviceInterface::Type &type)
|
||||||
case Solid::DeviceInterface::StorageDrive:
|
case Solid::DeviceInterface::StorageDrive:
|
||||||
case Solid::DeviceInterface::StorageVolume:
|
case Solid::DeviceInterface::StorageVolume:
|
||||||
case Solid::DeviceInterface::StorageAccess: {
|
case Solid::DeviceInterface::StorageAccess: {
|
||||||
Q_ASSERT(m_major != 0);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue