Skip to content

Commit

Permalink
dm: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Sep 4, 2024
1 parent 92a4427 commit 9f47175
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions blivet/devices/dm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9f47175

Please sign in to comment.