diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/common.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm index c2e853694..34027a565 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -8,7 +8,7 @@ use vars qw(@ISA @EXPORT $SECTORSIZE); @ISA = qw(Exporter); # no need to export ``_'' -@EXPORT = qw($SECTORSIZE __ translate untranslate formatXiB removeXiBSuffix formatTime setVirtual makedev unmakedev salt internal_error); +@EXPORT = qw($SECTORSIZE __ translate untranslate formatXiB removeXiBSuffix formatTime setVirtual makedev unmakedev salt); # perl_checker: RE-EXPORT-ALL push @EXPORT, @MDK::Common::EXPORT; @@ -180,10 +180,6 @@ sub join_lines { @l, if_($s, $s); } -sub internal_error { - die "INTERNAL ERROR: $_[0]\n" . backtrace(); -} - #-###################################################################################### #- Wonderful perl :( #-###################################################################################### |