[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 03/04: L::DepMap::Prop: Remove redundant constructor



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 4a84ede8b1d5805f7d8fc4e53d1a588e96328db1
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jan 20 22:27:26 2016 +0000

    L::DepMap::Prop: Remove redundant constructor
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 lib/Lintian/DepMap/Properties.pm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/lib/Lintian/DepMap/Properties.pm b/lib/Lintian/DepMap/Properties.pm
index 0f03ed6..81b4819 100644
--- a/lib/Lintian/DepMap/Properties.pm
+++ b/lib/Lintian/DepMap/Properties.pm
@@ -38,19 +38,6 @@ application allowing nodes to have application-defined properties.
 
 =over 4
 
-=item new()
-
-Creates a new Lintian::DepMap::Properties object and returns a reference to it.
-
-=cut
-
-sub new {
-    my ($class, $pkg) = @_;
-    my $self = {};
-    bless($self, $class);
-    return $self;
-}
-
 =item add(node, [dependencies], [ref to property])
 
 Adds a node with possibly one or more dependencies and sets the C<node>'s

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: