summaryrefslogtreecommitdiff
path: root/src/regex/regmatch_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regmatch_t.c')
-rw-r--r--src/regex/regmatch_t.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/regex/regmatch_t.c b/src/regex/regmatch_t.c
deleted file mode 100644
index 0525530a..00000000
--- a/src/regex/regmatch_t.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <regex.h>
-
-typedef struct {
- regoff_t rm_so;
- regoff_t rm_eo;
-} regmatch_t;
-/*
-POSIX(2)
-*/
-