Remove obsolete note.

This commit is contained in:
Andrius Štikonas 2016-09-17 01:23:04 +01:00
parent 5592c05ef3
commit c41b008dc1
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ void DeviceScanner::scan()
clear();
const QList<Device*> deviceList = CoreBackendManager::self()->backend()->scanDevices();
const QList<LvmDevice*> lvmList = LvmDevice::scanSystemLVM(); // NOTE: PVs inside LVM won't be scanned
const QList<LvmDevice*> lvmList = LvmDevice::scanSystemLVM();
operationStack().physicalVolumes() = FS::lvm2_pv::getPVs(deviceList);
for (const auto &d : deviceList)