From d4937b67df03e7370405e238ab6a1a5d1ca21a32 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 25 Jul 2002 11:16:56 +0000 Subject: remove internal_error (which is now in MDK::Common) --- perl-install/common.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'perl-install') 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 :( #-###################################################################################### -- cgit v1.2.1