summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/bug-6.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/bug-6.t b/t/bug-6.t
index 41e6fc0..af69535 100644
--- a/t/bug-6.t
+++ b/t/bug-6.t
@@ -28,8 +28,6 @@ my %cells = (
);
my $ws = $wb->worksheet('DSGroups');
-my ($row_min, $row_max) = $ws->row_range;
-my ($col_min, $col_max) = $ws->col_range;
for my $row (sort { $a <=> $b } keys %cells) {
for my $col (sort { $a <=> $b } keys %{ $cells{$row} }) {
my $cell = $ws->get_cell($row, $col);