]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
We don't need this (wrong) macro wrapper for indirect_teardown()
authorVincent Pit <vince@profvince.com>
Fri, 28 Aug 2009 17:28:45 +0000 (19:28 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 28 Aug 2009 17:28:45 +0000 (19:28 +0200)
indirect.xs

index 53cff20b16bddf792a5d0245cd10e7ab317fb807..3f5a8cc7783a7d380dbc6beeb67c54cbe72103a2 100644 (file)
@@ -768,7 +768,6 @@ done:
 STATIC U32 indirect_initialized = 0;
 
 STATIC void indirect_teardown(pTHX_ void *root) {
-#define indirect_teardown() indirect_teardown(aTHX)
  dMY_CXT;
 
  if (!indirect_initialized)