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

lintian: r1196 - trunk/checks



Author: rra
Date: 2008-02-09 08:02:00 +0100 (Sat, 09 Feb 2008)
New Revision: 1196

Modified:
   trunk/checks/scripts
Log:
Remove a variable I didn't end up using.


Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2008-02-09 06:58:51 UTC (rev 1195)
+++ trunk/checks/scripts	2008-02-09 07:02:00 UTC (rev 1196)
@@ -478,7 +478,7 @@
 	or fail("cannot open maintainer script $filename for reading: $!");
 
     my %warned;
-    my ($saw_init, $saw_invoke, $saw_start_stop, $saw_debconf);
+    my ($saw_init, $saw_invoke, $saw_debconf);
     my $cat_string = "";
 
     while (<C>) {


Reply to: