From 3414dee63d4244f9914c84df7e41e42750411a02 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 10 Sep 2013 11:20:50 -0400 Subject: these are unused --- t/bug-6.t | 2 -- 1 file changed, 2 deletions(-) (limited to 't') 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); -- cgit v1.2.3-54-g00ecf