summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-12-26 22:14:00 +0000
committerDavid Mitchell <davem@iabyn.com>2016-02-03 09:19:19 +0000
commitf217cb3da329df6eff821d4b417ffdbeb710a939 (patch)
treeb6b19c636cbec8763343cf228ccdb2124e9575c5 /cop.h
parent75fbe096559dec1fe47be934ddb090971f3d1deb (diff)
downloadperl-f217cb3da329df6eff821d4b417ffdbeb710a939.tar.gz
eliminate PUSH/POPBASICBLK macros
These are both NOOPs now, and were introduced within this branch as a temporary measure while extra stuff needed doing when pushing or popping a CXt_BOCK (pp_enter/pp_leave).
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cop.h b/cop.h
index 43f222c297..134ffd7ae7 100644
--- a/cop.h
+++ b/cop.h
@@ -902,15 +902,6 @@ struct block_givwhen {
} STMT_END
-/* basic block, i.e. pp_enter/leave */
-
-#define PUSHBASICBLK(cx) \
- NOOP;
-
-#define CX_POPBASICBLK(cx) \
- assert(CxTYPE(cx) == CXt_BLOCK); \
- NOOP;
-
/* context common to subroutines, evals and loops */
struct block {