diff --git a/lib/IdPAccountManager/Data/ServiceProvider.pm b/lib/IdPAccountManager/Data/ServiceProvider.pm index bf8a4b787ce6bbd1367b81ce36185b7c81b57578..6e99aca7060353ba006d1727ec71ca227a6bb640 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) = @_;