summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pp.h b/pp.h
index 9a909c8157..879f19e532 100644
--- a/pp.h
+++ b/pp.h
@@ -7,14 +7,6 @@
*
*/
-#ifdef USE_5005THREADS
-#define ARGS thr
-#define dARGS struct perl_thread *thr;
-#else
-#define ARGS
-#define dARGS
-#endif /* USE_5005THREADS */
-
#define PP(s) OP * Perl_##s(pTHX)
/*