summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-18 11:06:45 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-18 11:06:45 +0000
commit9c05631b8fce9c6256a72d2180e171be41cde7bd (patch)
tree606fe38a0f9b336cdf3e2142da241235c7ec9ac9 /perl-install/partition_table.pm
parent7fca73be7c425e733ca5716a81c440c761bdf1d6 (diff)
downloaddrakx-backup-do-not-use-9c05631b8fce9c6256a72d2180e171be41cde7bd.tar
drakx-backup-do-not-use-9c05631b8fce9c6256a72d2180e171be41cde7bd.tar.gz
drakx-backup-do-not-use-9c05631b8fce9c6256a72d2180e171be41cde7bd.tar.bz2
drakx-backup-do-not-use-9c05631b8fce9c6256a72d2180e171be41cde7bd.tar.xz
drakx-backup-do-not-use-9c05631b8fce9c6256a72d2180e171be41cde7bd.zip
drop unused variables
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r--perl-install/partition_table.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index 35ba8550b..a18dc0bb9 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -225,7 +225,6 @@ sub get_normal_parts_and_holes {
sub read_primary {
my ($hd) = @_;
- my ($pt, $info);
#- it can be safely considered that the first sector is used to probe the partition table
#- but other sectors (typically for extended partition ones) have to match this type!