From 74b8f914828de0575905aac17c301fdc33f6c61b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 21 May 2003 15:50:53 +0000 Subject: remove unused function that should never have come to live --- perl-install/standalone/harddrake2 | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 927763ce1..bb8e810f1 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -352,8 +352,6 @@ sub strip_first_underscore { join '', map { s/_//; $_ } @_; } -sub strip_first_slash { print "PROCESS \"$_\" => "; s!/!!; print "\"$_\"\n"; $_ } - sub rename_field { my ($dev, $field, $new_field) = @_; if ($dev->{$field}) { -- cgit v1.2.1