Skip to content

Commit

Permalink
regcomp.c: Remove temporary code
Browse files Browse the repository at this point in the history
This code was inserted to make sure no tests failed in the intermediate
commits leading up to d50a4f9, and
should have been removed in that commit, but I forgot to.
  • Loading branch information
Karl Williamson committed Feb 28, 2011
1 parent 873fac8 commit 2279eab
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions regcomp.c
Expand Up @@ -10052,15 +10052,6 @@ S_regclass(pTHX_ RExC_state_t *pRExC_state, U32 depth)
/****** !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;

Expand Down

0 comments on commit 2279eab

Please sign in to comment.