Didn't this get left in as part of a deprecation notice? (that is, don't we need to leave it in until 2.0?)
On Sun, Sep 27, 2009 at 6:00 PM, <[email protected]> wrote: > Author: NotFound > Date: Sun Sep 27 22:00:44 2009 > New Revision: 41540 > URL: https://trac.parrot.org/parrot/changeset/41540 > > Log: > [cage] delete unused and unimplemented macro PMC_context > > Modified: > trunk/include/parrot/context.h > > Modified: trunk/include/parrot/context.h > ============================================================================== > --- trunk/include/parrot/context.h Sun Sep 27 21:11:30 2009 > (r41539) > +++ trunk/include/parrot/context.h Sun Sep 27 22:00:44 2009 > (r41540) > @@ -124,8 +124,6 @@ > > typedef struct Parrot_Context Parrot_Context; > > -#define PMC_context(pmc) Parrot_cx_get_context(interp, (pmc)) > - > > #endif /* PARROT_CONTEXT_H_GUARD */ > > _______________________________________________ > http://lists.parrot.org/mailman/listinfo/parrot-commits > -- Will "Coke" Coleda _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
