summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2020-08-28 11:05:11 +0100
committerDavid Mitchell <davem@iabyn.com>2020-08-28 11:05:11 +0100
commiteae424181b591d38fa9c03807e972c7f7faacf72 (patch)
tree211735d8c4df56ad7949be70ed2b4d82d3db3e01 /cop.h
parentd966075ef138f83ebc62a865b153d87ea5330f94 (diff)
downloadperl-eae424181b591d38fa9c03807e972c7f7faacf72.tar.gz
cop.h: remove obsolete comment
The macro which the comment describes is long gone, but the comment got missed.
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cop.h b/cop.h
index 39f946c0f7..cc6e79520c 100644
--- a/cop.h
+++ b/cop.h
@@ -636,12 +636,6 @@ struct block_format {
# define CX_POP(cx) cxstack_ix--;
#endif
-
-/* base for the next two macros. Don't use directly.
- * The context frame holds a reference to the CV so that it can't be
- * freed while we're executing it */
-
-
#define CX_PUSHSUB_GET_LVALUE_MASK(func) \
/* If the context is indeterminate, then only the lvalue */ \
/* flags that the caller also has are applicable. */ \