summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/feature.h b/src/feature.h
index 9564f8e100..0f5bf1e016 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -249,11 +249,6 @@
#endif
/*
- * +tag_binary Can use a binary search for the tags file.
- */
-#define FEAT_TAG_BINS
-
-/*
* +cscope Unix only: Cscope support.
*/
#if defined(UNIX) && defined(FEAT_BIG) && !defined(FEAT_CSCOPE) && !defined(MACOS_X)