Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 4b4c4ab35e70f005167c863eae6d2003492c393c
https://github.com/Perl/perl5/commit/4b4c4ab35e70f005167c863eae6d2003492c393c
Author: Yves Orton <[email protected]>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M embed.fnc
M embed.h
M hv.c
M proto.h
Log Message:
-----------
hv.c: remove dead function ptr_hash()
ptr_hash() was made obsolete by c3c9d6b15f57fdce79988a553671a1ceb54c0f10
It is a static function only used or exposed in hv.c and is no longer
used, this deletes it.
No tests required, it is not used.