summaryrefslogtreecommitdiff
path: root/ext/B/B.xs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/B/B.xs')
-rw-r--r--ext/B/B.xs9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/B/B.xs b/ext/B/B.xs
index f27f3474ff..0a95d98fa6 100644
--- a/ext/B/B.xs
+++ b/ext/B/B.xs
@@ -12,15 +12,6 @@
#include "perl.h"
#include "XSUB.h"
-#ifdef PERL_OBJECT
-#undef PL_op_name
-#undef PL_opargs
-#undef PL_op_desc
-#define PL_op_name (get_op_names())
-#define PL_opargs (get_opargs())
-#define PL_op_desc (get_op_descs())
-#endif
-
#ifdef PerlIO
typedef PerlIO * InputStream;
#else