This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
hv.c: remove dead function ptr_hash()
authorYves Orton <demerphq@gmail.com>
Sun, 13 Mar 2022 13:35:54 +0000 (14:35 +0100)
committerHugo van der Sanden <hv@crypt.org>
Mon, 14 Mar 2022 11:48:29 +0000 (11:48 +0000)
commit4b4c4ab35e70f005167c863eae6d2003492c393c
treee349aedca7751a02a3dd2fc947d0d567363e0d7c
parent7e37a5ec67cea60cb18a6d77313c715a9ee1577e
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.
embed.fnc
embed.h
hv.c
proto.h