]> git.donarmstrong.com Git - bugscan.git/commitdiff
%premature is not in use. Kill.
authorSteinar H. Gunderson <sesse@rietz>
Thu, 22 Mar 2007 17:04:01 +0000 (17:04 +0000)
committerSteinar H. Gunderson <sesse@rietz>
Thu, 22 Mar 2007 17:04:01 +0000 (17:04 +0000)
scanlib.pm

index c52291eb18cfa989b6bc9cbc0cae619f06a73dc7..54da632bab3e2041c2a9578af3443096f6283fe3 100644 (file)
@@ -6,7 +6,6 @@
 # which was based on an unknown other script.
 #
 # Global variables:
 # 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
 #   %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;
 
 require bugcfg;
 package scanlib;
 
-our (%premature,%exclude,%maintainer,%section,%packagelist,%debbugssection,%bugs);
+our (%exclude,%maintainer,%section,%packagelist,%debbugssection,%bugs);
 
 
 # Read the list of maintainer 
 
 
 # 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) {
                }
 
                for my $keyword qw(pending patch help moreinfo unreproducible security upstream etch-ignore) {