summaryrefslogtreecommitdiff
path: root/src/search/tsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/tsearch.c')
-rw-r--r--src/search/tsearch.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/search/tsearch.c b/src/search/tsearch.c
deleted file mode 100644
index cb2f8891..00000000
--- a/src/search/tsearch.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <search.h>
-
-void *tsearch(const void * key, void ** rootp, int (*compar) (const void *, const void *))
-{
- return (void*)key;
-}
-
-/*
-XOPEN(4)
-*/
-
-
-#endif