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:
9aa8b00
)
In Hash::Util::FieldHash::_test_uvar_set, the second SvRV(sverf) is not needed.
author
Nicholas Clark
<nick@ccl4.org>
Mon, 25 Oct 2010 19:06:36 +0000
(20:06 +0100)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 25 Oct 2010 19:06:36 +0000
(20:06 +0100)
ext/Hash-Util-FieldHash/FieldHash.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Hash-Util-FieldHash/FieldHash.xs
b/ext/Hash-Util-FieldHash/FieldHash.xs
index
ccd7c61
..
60f5a6e
100644
(file)
--- a/
ext/Hash-Util-FieldHash/FieldHash.xs
+++ b/
ext/Hash-Util-FieldHash/FieldHash.xs
@@
-464,7
+464,6
@@
CODE:
if (SvROK(svref) && SvROK(countref)) {
counter = SvRV(countref);
sv_setiv(counter, 0);
- counter = SvRV(countref);
HUF_add_uvar_magic(
SvRV(svref),
NULL,