Remove dead code
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
aa3b6bf2b8
commit
e5ddfc87dc
@ -209,7 +209,6 @@ class Node
|
||||
&& ($this->is_group != true || $groups)
|
||||
) {
|
||||
$parents[] = $this;
|
||||
$self = false;
|
||||
}
|
||||
$parent = $this->parent;
|
||||
while (isset($parent)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user