diff --git a/blivet/devices/dm.py b/blivet/devices/dm.py index 38cfbf78b..99e64399a 100644 --- a/blivet/devices/dm.py +++ b/blivet/devices/dm.py @@ -114,9 +114,6 @@ def status(self): else: raise - # def get_target_type(self): - # return dm.get_dm_target(name=self.name) - def get_dm_node(self): """ Return the dm-X (eg: dm-0) device node for this device. """ log_method_call(self, self.name, status=self.status)