Skip to content

Commit

Permalink
refactor: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed May 25, 2021
1 parent 2fdf429 commit 14f759e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Assembly.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class Assembly implements Iterator {

public function __construct() {
$this->pathList = [];
$this->data = [];
$this->iteratorIndex = 0;
}

Expand Down

0 comments on commit 14f759e

Please sign in to comment.