summaryrefslogtreecommitdiff
path: root/src/regexp/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp/compile.c')
-rw-r--r--src/regexp/compile.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/regexp/compile.c b/src/regexp/compile.c
deleted file mode 100644
index 96a39470..00000000
--- a/src/regexp/compile.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#if 0
-
-#include <regexp.h>
-
-# define _XOPEN_LEGACY 500
-
-char *compile(char *instring, char *expbuf, const char *endbuf, int eof)
-{
- return 0;
-}
-
-/*
-XOPEN(4,600)
-*/
-
-
-#endif