summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-10 11:20:50 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-10 11:20:50 -0400
commit3414dee63d4244f9914c84df7e41e42750411a02 (patch)
tree682384e4ec2a29feb947d290fcbeb152c6157848 /t
parent8eb274adef71e22a707ef3495416dbf37bf818b0 (diff)
downloadspreadsheet-parsexlsx-3414dee63d4244f9914c84df7e41e42750411a02.tar.gz
spreadsheet-parsexlsx-3414dee63d4244f9914c84df7e41e42750411a02.zip
these are unused
Diffstat (limited to 't')
-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);