summaryrefslogtreecommitdiff
path: root/src/re_comp
diff options
context:
space:
mode:
Diffstat (limited to 'src/re_comp')
-rw-r--r--src/re_comp/re_comp.c15
-rw-r--r--src/re_comp/re_exec.c17
2 files changed, 0 insertions, 32 deletions
diff --git a/src/re_comp/re_comp.c b/src/re_comp/re_comp.c
deleted file mode 100644
index b6b7e7d4..00000000
--- a/src/re_comp/re_comp.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <re_comp.h>
-
-char *re_comp(const char *string)
-{
- return string;
-}
-
-/*
-XOPEN(400,600)
-*/
-
-
-#endif
diff --git a/src/re_comp/re_exec.c b/src/re_comp/re_exec.c
deleted file mode 100644
index 92035952..00000000
--- a/src/re_comp/re_exec.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#if 0
-
-#include <re_comp.h>
-
-#define _XOPEN_LEGACY 500
-
-int re_exec(const char *string)
-{
- return 0;
-}
-
-/*
-XOPEN(400,600)
-*/
-
-
-#endif