Skip to content

Commit 731f22d

Browse files
committed
remove undefined exports
1 parent 151c24b commit 731f22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractTrees.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export ParentLinks, StoredParents, ImplicitParents
3030
export SiblingLinks, StoredSiblings, ImplicitSiblings
3131
export ChildIndexing, IndexedChildren, NonIndexedChildren
3232
export NodeType, HasNodeType, NodeTypeUnknown
33-
export nodetype, nodevalue, nodevalues, children, parentlinks, siblinglinks, childindexing, childtype, childrentype
33+
export nodetype, nodevalue, nodevalues, children, childtype, childrentype
3434
#extended interface
3535
export nextsibling, prevsibling
3636

0 commit comments

Comments
 (0)