summaryrefslogtreecommitdiffstats
path: root/bin/ed/re.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed/re.c')
-rw-r--r--bin/ed/re.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/ed/re.c b/bin/ed/re.c
index e944750..3fad099 100644
--- a/bin/ed/re.c
+++ b/bin/ed/re.c
@@ -84,13 +84,6 @@ optpat()
return NULL;
}
patlock = 0;
-#ifdef GNU_REGEX
- /* initialize pattern buffer */
- exp->buffer = NULL;
- exp->allocated = 0L;
- exp->fastmap = 0; /* not used by GNU regex after 0.12 */
- exp->translate = 0;
-#endif
if (n = regcomp(exp, exps, 0)) {
regerror(n, exp, errmsg, sizeof errmsg);
return NULL;
OpenPOWER on IntegriCloud