summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gv.c b/gv.c
index 9a4eae0625..27cc0cfc30 100644
--- a/gv.c
+++ b/gv.c
@@ -2069,10 +2069,6 @@ S_gv_magicalize(pTHX_ GV *gv, HV *stash, const char *name, STRLEN len,
if (memEQs(name, len, "\005NCODING"))
goto magicalize;
break;
- case '\006':
- if (memEQs(name, len, "\006EATURE_BITS"))
- goto magicalize;
- break;
case '\007': /* $^GLOBAL_PHASE */
if (memEQs(name, len, "\007LOBAL_PHASE"))
goto ro_magicalize;