Remove dead code

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-05-10 10:52:54 +02:00
parent aa3b6bf2b8
commit e5ddfc87dc

View File

@ -209,7 +209,6 @@ class Node
&& ($this->is_group != true || $groups)
) {
$parents[] = $this;
$self = false;
}
$parent = $this->parent;
while (isset($parent)) {