Remove MAD-only debugging code from Perl_newATTRSUB_flags().
authorNicholas Clark <nick@ccl4.org>
Wed, 19 Sep 2012 15:43:21 +0000 (17:43 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 19 Sep 2012 15:43:21 +0000 (17:43 +0200)
commit436e4aacde005119cc1005d5e9aecc3b707d16fc
tree976af6106de9320d79e2e5f37f4c1580cd363a57
parent8b31d4e4418231a55583884517e227471284c99f
Remove MAD-only debugging code from Perl_newATTRSUB_flags().

When MAD was enabled, if the cv under compilation was named "import" it was
assigned to PL_formfeed, and its address issued as an mandatory warning.
The use of PL_formfeed was only ever intended as a way to enter a debugger.
See commits a2edbdc9c7ad6335 and c1bd9b63a6f9fb1f, which removed the other
places that co-opted PL_formfeed for MAD debugging purposes.
op.c