summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table/sun.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-05 13:45:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-05 13:45:42 +0000
commiteb709bbd83e5979dda24e401fb51a83f14412f39 (patch)
tree83c32db4c8d6f4afc3aa28ef8d895ca869e279e6 /perl-install/partition_table/sun.pm
parentcdef0fd204617c22ce6daa871284f3b454afd7da (diff)
downloaddrakx-eb709bbd83e5979dda24e401fb51a83f14412f39.tar
drakx-eb709bbd83e5979dda24e401fb51a83f14412f39.tar.gz
drakx-eb709bbd83e5979dda24e401fb51a83f14412f39.tar.bz2
drakx-eb709bbd83e5979dda24e401fb51a83f14412f39.tar.xz
drakx-eb709bbd83e5979dda24e401fb51a83f14412f39.zip
perl_checker fixes
Diffstat (limited to 'perl-install/partition_table/sun.pm')
-rw-r--r--perl-install/partition_table/sun.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/partition_table/sun.pm b/perl-install/partition_table/sun.pm
index b92724e1f..951a4b471 100644
--- a/perl-install/partition_table/sun.pm
+++ b/perl-install/partition_table/sun.pm
@@ -34,7 +34,6 @@ $main_format = join '', @$main_format;
my ($fields1, $fields2) = ([ qw(type flags) ], [ qw(start_cylinder size) ]);
my ($format1, $format2) = ("xCxC", "N2");
-my ($size1, $size2) = map { psizeof($_) } ($format1, $format2);
my $magic = 0xDABE;
my $nb_primary = 8;
my $offset = 0;