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
8fa361aa
Commit
8fa361aa
authored
Mar 04, 2014
by
Leo Gordon
Browse files
create_new() method deleted as no longer used
parent
ec4c3d3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
modules/Bio/EnsEMBL/Hive/DBSQL/ObjectAdaptor.pm
modules/Bio/EnsEMBL/Hive/DBSQL/ObjectAdaptor.pm
+0
-13
No files found.
modules/Bio/EnsEMBL/Hive/DBSQL/ObjectAdaptor.pm
View file @
8fa361aa
...
...
@@ -83,18 +83,5 @@ sub mark_stored {
}
sub
create_new
{
my
$self
=
shift
@_
;
my
$check_presence_in_db_first
=
(
scalar
(
@
_
)
%
2
)
?
pop
@
_
# extra 'odd' parameter that would disrupt the hash integrity anyway
:
0
;
# do not check by default
my
$object
=
$self
->
object_class
()
->
new
(
'
adaptor
'
=>
$self
,
@
_
);
return
$self
->
store
(
$object
,
$check_presence_in_db_first
);
}
1
;
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