This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Inline RvDEEPCP() into its only caller, Perl_amagic_call().
authorNicholas Clark <nick@ccl4.org>
Tue, 2 Nov 2010 20:06:50 +0000 (20:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 2 Nov 2010 20:06:50 +0000 (20:06 +0000)
commit1b38c28e639da91d4507d4d1cebac12fec9e82ef
tree413bb5512787ed8c57d60d94b79fb33dd04c12b9
parentf5d6f09660e01aad6e56a94e20e2fcda90381934
Inline RvDEEPCP() into its only caller, Perl_amagic_call().

Only Perl_amagic_call() was using RvDEEPCP() when it was added in 5.000, and I
believe that it's never had any other users (in the core, on CPAN, or anywhere
else visible to Google codesearch). Hence it seems an ideal candidates to be
inlined and eliminated.
gv.c
pp.h