This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In embed.pl, inline hide() and bincompat_var() into their only call point.
authorNicholas Clark <nick@ccl4.org>
Sun, 7 Aug 2011 14:16:00 +0000 (16:16 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 7 Aug 2011 14:16:00 +0000 (16:16 +0200)
commit5f9c653531784e662e71052c2739c67e786c87f3
tree3268655ea30917ae583abd0ca091189853883d44
parentadf34b4b4a293cee5d4f61b17ac556417fa34709
In embed.pl, inline hide() and bincompat_var() into their only call point.

hide() has only been used by bincompat_var() since commit acfe0abcedaf592f
in 2001, and bincompat_var() only used in one place at the top level since
commit 87b9e16005b9e39b in 2010.
regen/embed.pl