summaryrefslogtreecommitdiff
path: root/t/02-inherit.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02-inherit.t')
-rw-r--r--t/02-inherit.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/02-inherit.t b/t/02-inherit.t
index f11d116..e882b53 100644
--- a/t/02-inherit.t
+++ b/t/02-inherit.t
@@ -41,9 +41,6 @@ use strict;
use warnings;
use Tree::DAG_Node::XPath;
-sub Tree::DAG_Node::XPath::Root::xpath_get_root_node { return $_[0] }
-sub Tree::DAG_Node::XPath::Root::xpath_get_parent_node { return }
-
my $tree=Tree::DAG_Node::XPath->new();
$tree->name('base');
$tree->new_daughter->name("coso$_") for 1..5;