summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-28 08:38:30 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-28 09:38:14 -0700
commit2279eab9d57e0013cfea9e4f602ce69dbb57388a (patch)
treea2d77f1d8d34d92784a31993fb369d5a516ae896 /regcomp.c
parent873fac80e45ace36c5ffa4e2624eec835434847f (diff)
downloadperl-2279eab9d57e0013cfea9e4f602ce69dbb57388a.tar.gz
regcomp.c: Remove temporary code
This code was inserted to make sure no tests failed in the intermediate commits leading up to d50a4f90cab527593b2dd218f71b66a6be555490, and should have been removed in that commit, but I forgot to.
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/regcomp.c b/regcomp.c
index 76579a049f..5d58e08a90 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -10052,15 +10052,6 @@ parseit:
/****** !SIZE_ONLY AFTER HERE *********/
/* Finish up the non-bitmap entries */
- if (l1_fold_invlist) {
- if (nonbitmap) {
- nonbitmap = invlist_union(nonbitmap, l1_fold_invlist);
- }
- else {
- nonbitmap = l1_fold_invlist;
- }
- l1_fold_invlist = NULL;
- }
if (nonbitmap) {
UV i;