Dead code removal

This commit is contained in:
Bo Maryniuk 2015-04-13 15:32:50 +02:00
parent b7362ee59f
commit 0341f4e5ba

View File

@ -69,7 +69,6 @@ def _blkid_output(out, fs_type=None):
if fs_type and dev.get('type', '') == fs_type or not fs_type:
if 'type' in dev:
dev.pop('type')
dev['label'] = dev.get('label')
data[dev.pop('devname')] = dev
if fs_type: