Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
7a76279e
Commit
7a76279e
authored
Apr 02, 2014
by
Leo Gordon
Browse files
cleanup: hashed_by_dbID() method is not really used
parent
3e5a2101
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
modules/Bio/EnsEMBL/Hive/Utils/Collection.pm
modules/Bio/EnsEMBL/Hive/Utils/Collection.pm
+0
-7
No files found.
modules/Bio/EnsEMBL/Hive/Utils/Collection.pm
View file @
7a76279e
...
...
@@ -39,13 +39,6 @@ sub add {
}
sub
hashed_by_dbID
{
my
$self
=
shift
@_
;
return
{
map
{
$_
->
dbID
=>
$_
}
$self
->
list
};
}
sub
find_one_by
{
my
(
$self
,
%method_to_filter_value
)
=
@_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment