regcomp.c: Remove temporary code
authorKarl Williamson <public@khwilliamson.com>
Mon, 28 Feb 2011 15:38:30 +0000 (08:38 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 28 Feb 2011 16:38:14 +0000 (09:38 -0700)
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.

regcomp.c

index 76579a0..5d58e08 100644 (file)
--- 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;