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
(from:
a1b1d05
)
Unused dTHX, even under threads.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 29 May 2014 14:26:54 +0000
(10:26 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 29 May 2014 14:30:40 +0000
(10:30 -0400)
[perl #121882].
Fix for Coverity perl5 CID 49935:
Unused pointer value (UNUSED_VALUE)
returned_pointer: Pointer my_perl returned by
pthread_getspecific(PL_thr_key) is never used.
No differences found