Skip to content

Commit 3a37aeb

Browse files
committed
[5.0] Remove some unused variables
1 parent e570196 commit 3a37aeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cloner/VarCloner.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ protected function doClone($var)
2828
$pos = 0; // Number of cloned items past the minimum depth
2929
$refsCounter = 0; // Hard references counter
3030
$queue = [[$var]]; // This breadth-first queue is the return value
31-
$indexedArrays = []; // Map of queue indexes that hold numerically indexed arrays
3231
$hardRefs = []; // Map of original zval ids to stub objects
3332
$objRefs = []; // Map of original object handles to their stub object counterpart
3433
$objects = []; // Keep a ref to objects to ensure their handle cannot be reused while cloning

0 commit comments

Comments
 (0)