This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove I18N::LangTags's DISTRIBUTION entry from Maintainers.pl
[perl5.git] / Porting / perlhist_calculate.pl
index bd49507..0d73991 100755 (executable)
@@ -139,15 +139,11 @@ sub calc_longtable {
 
        print "\n\nTable:\n";
 
-       foreach my $dir (qw(beos)) {
-               calc_dir($dir);
-       }
-
        my $configure_size = int ((-s 'Configure') / 1000);
 
        emit Configure => $configure_size, 1;
 
-       foreach my $dir (qw(Cross djgpp emacs epoc h2pl hints mad mint NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) {
+       foreach my $dir (qw(Cross djgpp emacs h2pl hints mad NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) {
                calc_dir($dir);
        }
 }