This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceb131e
)
Remove unused variable from S_set_regclass_bit_fold()
author
Nicholas Clark
<nick@ccl4.org>
Wed, 24 Nov 2010 11:59:50 +0000
(11:59 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Wed, 24 Nov 2010 12:00:23 +0000
(12:00 +0000)
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/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]