summaryrefslogtreecommitdiff
path: root/ext/Hash-Util-FieldHash
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-10-25 20:06:36 +0100
committerNicholas Clark <nick@ccl4.org>2010-10-25 20:06:36 +0100
commitc45ec086da6989dfc8043818ee7b442c7c8961ac (patch)
tree5767230ee28c1e62cdb24ea8ba51020d1252f38e /ext/Hash-Util-FieldHash
parent9aa8b00892d81bb5e94565d3cb9841dd57b7b9cf (diff)
downloadperl-c45ec086da6989dfc8043818ee7b442c7c8961ac.tar.gz
In Hash::Util::FieldHash::_test_uvar_set, the second SvRV(sverf) is not needed.
Diffstat (limited to 'ext/Hash-Util-FieldHash')
-rw-r--r--ext/Hash-Util-FieldHash/FieldHash.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Hash-Util-FieldHash/FieldHash.xs b/ext/Hash-Util-FieldHash/FieldHash.xs
index ccd7c61ea4..60f5a6e506 100644
--- 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,