From: Vincent Pit Date: Tue, 5 Apr 2011 15:38:31 +0000 (+0200) Subject: Remove an useless dMY_CXT X-Git-Tag: v0.09~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=69c74f63ae52e56296a9cd24583a473cbf861f6d Remove an useless dMY_CXT --- diff --git a/Plugin.xs b/Plugin.xs index e785d0e..4e04a4f 100644 --- a/Plugin.xs +++ b/Plugin.xs @@ -208,7 +208,6 @@ get_enclosing_cv: STATIC SV *rep_tag(pTHX_ SV *comp, SV *exec) { #define rep_tag(C, E) rep_tag(aTHX_ (C), (E)) rep_hint_t *h; - dMY_CXT; h = PerlMemShared_malloc(sizeof *h); h->comp = rep_validate_callback(comp);