summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r--perl-install/bootloader.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 01d599636..ac55b1edb 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -1112,11 +1112,6 @@ sub install_grub {
}
}
-sub lnx4win_file {
- my $bootloader = shift;
- map { local $_ = $_; s,/,\\,g; "$bootloader->{boot_drive}:\\lnx4win$_" } @_;
-}
-
sub install {
my ($bootloader, $hds) = @_;