summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-18 23:01:33 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-19 20:34:05 -0800
commit78f8e7db7bcb78a0be455ec5dda3ce40176168bf (patch)
tree7ee7a28d49e5a7539c4b5ad997b84c3662cb3075
parent3108f4dfc5963ac9d63390f67ac6697a36bf21b4 (diff)
downloadperl-78f8e7db7bcb78a0be455ec5dda3ce40176168bf.tar.gz
attributes.xs: Remove dVAR
I think it has been redundant ever since it was added in 97aff369.
-rw-r--r--ext/attributes/attributes.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/attributes/attributes.xs b/ext/attributes/attributes.xs
index 7ba4f12613..b1dd60f3f4 100644
--- a/ext/attributes/attributes.xs
+++ b/ext/attributes/attributes.xs
@@ -28,7 +28,6 @@
static int
modify_SV_attributes(pTHX_ SV *sv, SV **retlist, SV **attrlist, int numattrs)
{
- dVAR;
SV *attr;
int nret;