summaryrefslogtreecommitdiff
path: root/ext/Hash-Util
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-11-04 09:42:52 +0000
committerNicholas Clark <nick@ccl4.org>2010-11-04 09:42:52 +0000
commit4bf035ef9384dfbe85a500502cc3866c87c59b26 (patch)
tree2960450fbda044e7547d3b1257abe11a284cd14e /ext/Hash-Util
parent88048be8050a116536a463b77f1c535e7d1656a6 (diff)
downloadperl-4bf035ef9384dfbe85a500502cc3866c87c59b26.tar.gz
Remove two use of dXSI32; superfluous because xsubpp automatically adds it.
Diffstat (limited to 'ext/Hash-Util')
-rw-r--r--ext/Hash-Util/Util.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Hash-Util/Util.xs b/ext/Hash-Util/Util.xs
index d835edeb85..483db73514 100644
--- a/ext/Hash-Util/Util.xs
+++ b/ext/Hash-Util/Util.xs
@@ -31,7 +31,6 @@ hidden_ref_keys(hash)
ALIAS:
Hash::Util::legal_ref_keys = 1
PREINIT:
- dXSI32;
SV *key;
HE *he;
PPCODE: