Branch: refs/heads/yves/remove_ptr_hash
Home: https://github.com/Perl/perl5
Commit: 258b4282f67d3fa334e3ca8fd99726a03f376d74
https://github.com/Perl/perl5/commit/258b4282f67d3fa334e3ca8fd99726a03f376d74
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.