summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--malloc.c1
-rw-r--r--perl.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/malloc.c b/malloc.c
index 32fc2e5052..3c2923aa0c 100644
--- a/malloc.c
+++ b/malloc.c
@@ -412,7 +412,6 @@
# else
# define dTHX extern int Perl___notused
# endif
-# define WITH_THX(s) s
# endif
# ifndef PERL_GET_INTERP
# define PERL_GET_INTERP PL_curinterp
diff --git a/perl.h b/perl.h
index 30bee51558..e7ab45f9e0 100644
--- a/perl.h
+++ b/perl.h
@@ -491,9 +491,6 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER));
# endif
#endif
-#define WITH_THX(s) STMT_START { dTHX; s; } STMT_END
-#define WITH_THR(s) WITH_THX(s)
-
#ifndef BYTEORDER /* Should never happen -- byteorder is in config.h */
# define BYTEORDER 0x1234
#endif