This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove a bunch of XXX's from pad.c
authorDavid Mitchell <davem@iabyn.com>
Mon, 26 Sep 2016 14:04:21 +0000 (15:04 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 26 Sep 2016 14:22:43 +0000 (15:22 +0100)
commitf2949f414d32db2fe5a59d82956b1cc4c693639f
tree731ab04d8e1bc069c0d643f52fc855059264f2ec
parent4e785f27a1ab4651f67a4329a8eb1f6e1e8a0f8b
remove a bunch of XXX's from pad.c

When in 2002 I moved a bunch of code from op.c etc into a new file,
pad.c, I left this comment at the top:

    /* XXX DAPM
     * As of Sept 2002, this file is new and may be in a state of flux for
     * a while. I've marked things I intent to come back and look at further
     * with an 'XXX DAPM' comment.
     */

Well, 12 years have passed since then, and if I was going to do any of
this stuff I would probably have done it by now, or someone else would.

So this commit removes the XXX's.
pad.c