mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Dead code removal
This commit is contained in:
parent
b7362ee59f
commit
0341f4e5ba
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user