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
77fcf67d
Commit
77fcf67d
authored
Feb 07, 2014
by
Leo Gordon
Browse files
removed an unused reference to Exception
parent
f62b99e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
modules/Bio/EnsEMBL/Hive/Process.pm
modules/Bio/EnsEMBL/Hive/Process.pm
+1
-4
modules/Bio/EnsEMBL/Hive/URLFactory.pm
modules/Bio/EnsEMBL/Hive/URLFactory.pm
+0
-1
No files found.
modules/Bio/EnsEMBL/Hive/Process.pm
View file @
77fcf67d
...
...
@@ -104,9 +104,6 @@ use Bio::EnsEMBL::Hive::Utils ('stringify', 'go_figure_dbc');
use
Bio::EnsEMBL::Hive::Utils::
Stopwatch
;
use
base
('
Bio::EnsEMBL::Utils::Exception
');
# provide these methods for deriving classes
sub
new
{
my
$class
=
shift
@_
;
...
...
@@ -378,7 +375,7 @@ sub dbc {
Title : data_dbc
Usage : my $data_dbc = $self->data_dbc;
Function: returns a Bio::EnsEMBL::Hive::DBSQL::DBConnection object (the "current" one by default, but can be set up otherwise)
Returns : Bio::EnsEMBL::DBSQL::DBConnection
Returns : Bio::EnsEMBL::
Hive::
DBSQL::DBConnection
=cut
...
...
modules/Bio/EnsEMBL/Hive/URLFactory.pm
View file @
77fcf67d
...
...
@@ -45,7 +45,6 @@ my $_URLFactory_global_instance;
package
Bio::EnsEMBL::Hive::
URLFactory
;
use
strict
;
use
Bio::EnsEMBL::Utils::
Exception
;
use
Bio::EnsEMBL::Hive::Utils::
URL
;
use
Bio::EnsEMBL::Hive::DBSQL::
DBAdaptor
;
...
...
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