summaryrefslogtreecommitdiff
path: root/t/01-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-basic.t')
-rw-r--r--t/01-basic.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index e947e7a..a8e2474 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -37,9 +37,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;