Skip to content

Commit ebda3fd

Browse files
committed
Drop dead code
1 parent bb6ae9c commit ebda3fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PhpSpreadsheet/Calculation/LookupRef/ExcelMatch.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public static function MATCH(mixed $lookupValue, mixed $lookupArray, mixed $matc
6363
$lookupValue = StringHelper::strToLower($lookupValue);
6464
}
6565

66-
$valueKey = null;
6766
$valueKey = match ($matchType) {
6867
self::MATCHTYPE_LARGEST_VALUE => self::matchLargestValue($lookupArray, $lookupValue, $keySet),
6968
self::MATCHTYPE_FIRST_VALUE => self::matchFirstValue($lookupArray, $lookupValue),

0 commit comments

Comments
 (0)