From 044edd0fbd74defd1afe209d162882da42f42224 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 22 Mar 2007 17:04:01 +0000 Subject: [PATCH 1/1] %premature is not in use. Kill. --- scanlib.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scanlib.pm b/scanlib.pm index c52291e..54da632 100644 --- a/scanlib.pm +++ b/scanlib.pm @@ -6,7 +6,6 @@ # which was based on an unknown other script. # # Global variables: -# %premature - list of prematurely closed bugreports # %exclude - list of bugreports to exclude from the report # %maintainer - map from packagename to maintainer # %section - map from packagename to section in the FTP-site @@ -24,7 +23,7 @@ use warnings; require bugcfg; package scanlib; -our (%premature,%exclude,%maintainer,%section,%packagelist,%debbugssection,%bugs); +our (%exclude,%maintainer,%section,%packagelist,%debbugssection,%bugs); # Read the list of maintainer @@ -220,8 +219,7 @@ sub scanspooldir() { } } - next if !$affects_any and not $premature{$f}; - $premature{$f}++ if !$affects_any; + next if !$affects_any; } for my $keyword qw(pending patch help moreinfo unreproducible security upstream etch-ignore) { -- 2.39.2