diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-11-24 11:59:50 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-11-24 12:00:23 +0000 |
commit | 2850478b7555b16cccb2e9234c8a939af507940b (patch) | |
tree | 8a019a7e48a929168cb17804df8a9a0fa64a79c8 /regcomp.c | |
parent | ceb131e829c8a07b03801099b180be20f71c57da (diff) | |
download | perl-2850478b7555b16cccb2e9234c8a939af507940b.tar.gz |
Remove unused variable from S_set_regclass_bit_fold()
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8167,7 +8167,6 @@ S_set_regclass_bit_fold(pTHX_ RExC_state_t *pRExC_state, regnode* node, const U8 * actually changed from 0 to 1 */ U8 stored = 0; - SV *sv; U8 fold; fold = (UNI_SEMANTICS) ? PL_fold_latin1[value] |