From bdd9a58b1ad9929bf01d5888d14a55b964e1c674 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Tue, 7 Nov 2017 14:55:35 +0100 Subject: [PATCH] no need to override constructor --- lib/IdPAccountManager/Data/ServiceProvider.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/IdPAccountManager/Data/ServiceProvider.pm b/lib/IdPAccountManager/Data/ServiceProvider.pm index bf8a4b7..6e99aca 100644 --- a/lib/IdPAccountManager/Data/ServiceProvider.pm +++ b/lib/IdPAccountManager/Data/ServiceProvider.pm @@ -20,14 +20,6 @@ __PACKAGE__->meta->setup( unique_key => [ 'entityid' ], ); -sub new { - my ($pkg, %args) = @_; - - my $self = $pkg->SUPER::new(%args); - - return $self; -} - ## Print the content of a test account sub print { my ($self, $fd) = @_; -- GitLab