Skip to content

Commit 0ea60a5

Browse files
committed
Removed unused variable.
1 parent 12e7b6f commit 0ea60a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/Jocic/Encoders/Base/Base64.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ public function mergeEncodingChunks($chunks)
477477
// Algorithm Variables
478478

479479
$rMasks = [ 0x3F, 0x0F, 0x03, 0x0F ];
480-
$rShifts = [ 0x00, 0x3F, 0x03, 0x00 ];
481480
$cIndexes = [ 0x00, 0x01, 0x01, 0x01 ];
482481
$dShifts = [ 0x00, 0x02, 0x04, 0x06 ];
483482
$bShifts = [ 0x00, 0x04, 0x02, 0x00 ];

0 commit comments

Comments
 (0)