Skip to content

Commit

Permalink
Drop unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Apr 22, 2024
1 parent e1a45a2 commit a56f642
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/galaxy/managers/hdas.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,6 @@ def copy(

return copy

def copy_ldda(self, history, ldda, **kwargs):
"""
Copy this HDA as a LDDA and return.
"""
return ldda.to_history_dataset_association(history, add_to_history=True)

# .... deletion and purging
def purge(self, hda, flush=True, **kwargs):
if self.app.config.enable_celery_tasks:
Expand Down

0 comments on commit a56f642

Please sign in to comment.