This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1685264
)
Unused return value.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 18 Sep 2014 18:46:24 +0000
(14:46 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 18 Sep 2014 19:11:17 +0000
(15:11 -0400)
scope.c
patch
|
blob
|
blame
|
history
diff --git
a/scope.c
b/scope.c
index
8229c1a
..
db67656
100644
(file)
--- a/
scope.c
+++ b/
scope.c
@@
-1034,7
+1034,7
@@
Perl_leave_scope(pTHX_ I32 base)
? CvNAME_HEK((CV *)sv)
: GvNAME_HEK(CvGV(sv));
assert(hek);
- share_hek_hek(hek);
+
(void)
share_hek_hek(hek);
cv_undef((CV *)sv);
CvNAME_HEK_set(sv, hek);
CvLEXICAL_on(sv);