]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commitdiff
Remove an useless dMY_CXT
authorVincent Pit <vince@profvince.com>
Tue, 5 Apr 2011 15:38:31 +0000 (17:38 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 5 Apr 2011 15:38:31 +0000 (17:38 +0200)
Plugin.xs

index e785d0e7417e42cce04f1acf60ae4872772e8845..4e04a4fcf7d58975206c53b4950aa4939d1c9aaf 100644 (file)
--- 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);