Remove unused variable

This commit is contained in:
Adrien Crivelli 2017-09-12 01:06:48 +09:00
parent dd959085b6
commit febbe87172
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 0 additions and 2 deletions

View File

@ -6951,8 +6951,6 @@ class Xls extends BaseReader implements IReader
$fr = $baseRow + $frIndex; $fr = $baseRow + $frIndex;
} }
$lc = Cell::stringFromColumnIndex($baseCol + $lcIndex);
// bit: 14; mask 0x4000; (1 = relative column index, 0 = absolute column index) // bit: 14; mask 0x4000; (1 = relative column index, 0 = absolute column index)
if (!(0x4000 & self::getUInt2d($subData, 6))) { if (!(0x4000 & self::getUInt2d($subData, 6))) {
// absolute column index // absolute column index