diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-18 23:01:33 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-19 20:34:05 -0800 |
commit | 78f8e7db7bcb78a0be455ec5dda3ce40176168bf (patch) | |
tree | 7ee7a28d49e5a7539c4b5ad997b84c3662cb3075 /ext/attributes/attributes.xs | |
parent | 3108f4dfc5963ac9d63390f67ac6697a36bf21b4 (diff) | |
download | perl-78f8e7db7bcb78a0be455ec5dda3ce40176168bf.tar.gz |
attributes.xs: Remove dVAR
I think it has been redundant ever since it was added in 97aff369.
Diffstat (limited to 'ext/attributes/attributes.xs')
-rw-r--r-- | ext/attributes/attributes.xs | 1 |
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; |