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

[lintian] 01/05: L::Check: Remove now unsed subroutine



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

nthykier pushed a commit to branch master
in repository lintian.

commit debd59ef03dbaa8b2929387dbc8f01ba19833628
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Jul 3 17:51:32 2015 +0200

    L::Check: Remove now unsed subroutine
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 lib/Lintian/Check.pm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/Lintian/Check.pm b/lib/Lintian/Check.pm
index 3c5392b..8212373 100644
--- a/lib/Lintian/Check.pm
+++ b/lib/Lintian/Check.pm
@@ -246,11 +246,6 @@ sub spelling_tag_emitter {
     };
 }
 
-sub _tag {
-    my @args = grep { defined($_) } @_;
-    return tag(@args);
-}
-
 =item check_spelling(TEXT,[ EXCEPTIONS,] CODEREF)
 
 Performs a spelling check of TEXT.  Call CODEREF once for each unique

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


Reply to: