summaryrefslogtreecommitdiff
path: root/feature.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-05-20 14:30:14 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-05-20 15:59:58 -0700
commitdb629560b69530994e144a9d538421f72ec29483 (patch)
treebea0ae385bfc7a34ee6815833920d04ddb3b93fc /feature.h
parentc2c360591864547f4210a9df74e0064cff39a11b (diff)
downloadperl-db629560b69530994e144a9d538421f72ec29483.tar.gz
Give feature.pm the concept of no-op features
Diffstat (limited to 'feature.h')
-rw-r--r--feature.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/feature.h b/feature.h
index a527e06e84..27dfd51828 100644
--- a/feature.h
+++ b/feature.h
@@ -76,12 +76,6 @@
FEATURE_IS_ENABLED("evalbytes")) \
)
-#define FEATURE_POSTDEREF_IS_ENABLED \
- ( \
- CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
- FEATURE_IS_ENABLED("postderef") \
- )
-
#define FEATURE_ARYBASE_IS_ENABLED \
( \
CURRENT_FEATURE_BUNDLE <= FEATURE_BUNDLE_511 \
@@ -109,12 +103,6 @@
FEATURE_IS_ENABLED("refaliasing") \
)
-#define FEATURE_LEXSUBS_IS_ENABLED \
- ( \
- CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \
- FEATURE_IS_ENABLED("lexsubs") \
- )
-
#define FEATURE_POSTDEREF_QQ_IS_ENABLED \
( \
CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_523 \