summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-11-29 21:51:11 +0000
committerZefram <zefram@fysh.org>2017-11-29 21:51:11 +0000
commite98c3eae7b9c9628400af33f6ac77a6feebb4f3f (patch)
tree4b1e5a82e9163369ff45add5825ac6cb7c7e8c10 /cop.h
parentb4904f80ff3e727173a3d8a9856827695e1af0ad (diff)
downloadperl-e98c3eae7b9c9628400af33f6ac77a6feebb4f3f.tar.gz
remove unused CXp_FOR_DEF and OPpITER_DEF
These were used to identify foreach loops that qualify as topicalizers. That's no longer a relevant classification.
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cop.h b/cop.h
index 37895e66fe..f9ba12304b 100644
--- a/cop.h
+++ b/cop.h
@@ -886,8 +886,6 @@ struct context {
/* private flags for CXt_LOOP */
-/* this is only set in conjunction with CXp_FOR_GV */
-#define CXp_FOR_DEF 0x10 /* foreach using $_ */
/* these 3 are mutually exclusive */
#define CXp_FOR_LVREF 0x20 /* foreach using \$var */
#define CXp_FOR_GV 0x40 /* foreach using package var */