summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vytree.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vytree.ml b/src/vytree.ml
index ed1a23e..16cb379 100644
--- a/src/vytree.ml
+++ b/src/vytree.ml
@@ -6,8 +6,6 @@ type 'a vyconf_tree = {
type 'a t = 'a vyconf_tree
-type node_type = Tag | Leaf | Other
-
type position = Before of string | After of string | Default
exception Empty_path