Skip to content

Commit b8afe18

Browse files
committedOct 9, 2016
removed unused node trait ctor
1 parent f3cc7a8 commit b8afe18

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed
 

‎src/NodeTrait.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,6 @@ trait NodeTrait
2525
*/
2626
private $suffix_idx;
2727

28-
/**
29-
* @param int $start
30-
* @param int $end
31-
* @param array $children
32-
* @param int $suffix_idx
33-
* @param NodeInterface $suffix_link
34-
*/
35-
public function __construct(int $start, int $end, array $children, int $suffix_idx = -1, $suffix_link = null)
36-
{
37-
$this->start = $start;
38-
$this->end = $end;
39-
$this->children = $children;
40-
$this->suffix_idx = $suffix_idx;
41-
$this->suffix_link = $suffix_link;
42-
}
43-
4428
/**
4529
* @return int
4630
*/

0 commit comments

Comments
 (0)