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

lintian: r495 - trunk/lib



Author: djpig
Date: 2005-09-21 23:27:05 +0200 (Wed, 21 Sep 2005)
New Revision: 495

Modified:
   trunk/lib/Checker.pm
Log:
Remove some now unused code


Modified: trunk/lib/Checker.pm
===================================================================
--- trunk/lib/Checker.pm	2005-09-21 21:23:09 UTC (rev 494)
+++ trunk/lib/Checker.pm	2005-09-21 21:27:05 UTC (rev 495)
@@ -62,9 +62,6 @@
 	# require has a anti-require-twice cache
 	require "$LINTIAN_ROOT/checks/$name";
 
-	$Tags::prefix = $type eq 'binary' ? $pkg : "$pkg $type";
-	#Tags::reset();
-
 	#print STDERR "Now running $name...\n";
 	$name =~ s/[-.]/_/g;
 	eval { &{'Lintian::'.$name.'::run'}($pkg, $type) };



Reply to: