Skip to content

Commit 3319770

Browse files
committed
Remove Dead Statement
1 parent 00e77f1 commit 3319770

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PhpSpreadsheet/Reader/Xls.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3482,7 +3482,6 @@ protected function readSelection(): string
34823482

34833483
private function includeCellRangeFiltered(string $cellRangeAddress): bool
34843484
{
3485-
$includeCellRange = true;
34863485
$includeCellRange = false;
34873486
$rangeBoundaries = Coordinate::getRangeBoundaries($cellRangeAddress);
34883487
++$rangeBoundaries[1][0];

0 commit comments

Comments
 (0)