summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-08-29 03:35:18 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-08-29 03:35:18 +0000
commitfc0dc3b334ed07492841d4d27f3f4100c92588d2 (patch)
tree29f740a42534c1315c9b9f49ca26c9ceb21ba860 /XSUB.h
parent0ae6046c5548636c0d642d76d3c8222375a744dd (diff)
downloadperl-fc0dc3b334ed07492841d4d27f3f4100c92588d2.tar.gz
deadcode removal
p4raw-id: //depot/perl@4034
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/XSUB.h b/XSUB.h
index 76b9f1041d..241ac40e49 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -118,10 +118,8 @@
#if defined(PERL_IMPLICIT_CONTEXT) && !defined(PERL_NO_GET_CONTEXT) && !defined(PERL_CORE)
# undef aTHX
# undef aTHX_
-# undef _aTHX
# define aTHX PERL_GET_THX
# define aTHX_ aTHX,
-# define _aTHX ,aTHX
#endif
#if defined(PERL_CAPI)