summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-25 12:27:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-25 12:27:03 +0000
commit5a5087ff7433c10afeaea73e337071880dd1f658 (patch)
treebe734669fe20ba9dd6ff4ab373b0408e35bfde8f /perl-install/fs.pm
parent7f5508ce30ddb89239136c5d81c4b3e8368351c0 (diff)
downloaddrakx-5a5087ff7433c10afeaea73e337071880dd1f658.tar
drakx-5a5087ff7433c10afeaea73e337071880dd1f658.tar.gz
drakx-5a5087ff7433c10afeaea73e337071880dd1f658.tar.bz2
drakx-5a5087ff7433c10afeaea73e337071880dd1f658.tar.xz
drakx-5a5087ff7433c10afeaea73e337071880dd1f658.zip
remove unused var
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index a8c479989..8aed5cfb1 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -327,8 +327,6 @@ sub prepare_write_fstab {
my $fs_type = $_->{fs_type} || 'auto';
- my $dev = $device;
-
$mntpoint =~ s/ /\\040/g;
$device =~ s/ /\\040/g;