summaryrefslogtreecommitdiff
path: root/src/search/VISIT.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/VISIT.h')
-rw-r--r--src/search/VISIT.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/search/VISIT.h b/src/search/VISIT.h
deleted file mode 100644
index 9cd95101..00000000
--- a/src/search/VISIT.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <search.h>
-typedef enum {
- preorder,
- postorder,
- endorder,
- leaf
-} VISIT;
-/*
-XOPEN(4)
-*/