diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-25 20:06:36 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-25 20:06:36 +0100 |
commit | c45ec086da6989dfc8043818ee7b442c7c8961ac (patch) | |
tree | 5767230ee28c1e62cdb24ea8ba51020d1252f38e /ext/Hash-Util-FieldHash | |
parent | 9aa8b00892d81bb5e94565d3cb9841dd57b7b9cf (diff) | |
download | perl-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.xs | 1 |
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, |