This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove unused variable from S_set_regclass_bit_fold()
authorNicholas Clark <nick@ccl4.org>
Wed, 24 Nov 2010 11:59:50 +0000 (11:59 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 24 Nov 2010 12:00:23 +0000 (12:00 +0000)
regcomp.c

index 5437864..f01d545 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -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]