Skip to content

Commit

Permalink
Merge pull request #1282 from vojtechtrefny/main_dm-remove-unused-code
Browse files Browse the repository at this point in the history
dm: Remove unused code
  • Loading branch information
vojtechtrefny authored Sep 5, 2024
2 parents 8e7ebd9 + 9f47175 commit 4a6791d
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 4a6791d

Please sign in to comment.