diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-28 08:38:30 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-28 09:38:14 -0700 |
commit | 2279eab9d57e0013cfea9e4f602ce69dbb57388a (patch) | |
tree | a2d77f1d8d34d92784a31993fb369d5a516ae896 /regcomp.c | |
parent | 873fac80e45ace36c5ffa4e2624eec835434847f (diff) | |
download | perl-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.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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; |