summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-11-28 20:21:36 +0000
committerZefram <zefram@fysh.org>2017-11-28 20:21:36 +0000
commit869b8c119a7436d3373e1325925a8b753d0e7805 (patch)
tree3921dc8c6433c9b3af3c73a3726ec713eb1c6f55 /gv.c
parent9e0909b2180c408354ce24b6c742f4b79e783d11 (diff)
downloadperl-869b8c119a7436d3373e1325925a8b753d0e7805.tar.gz
remove useless "default" mechanism
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gv.c b/gv.c
index bc5b388588..2c9f64c181 100644
--- a/gv.c
+++ b/gv.c
@@ -521,7 +521,7 @@ S_maybe_add_coresub(pTHX_ HV * const stash, GV *gv,
no support for funcs that do not parse like funcs */
case KEY___DATA__: case KEY___END__: case KEY_and: case KEY_AUTOLOAD:
case KEY_BEGIN : case KEY_CHECK : case KEY_cmp:
- case KEY_default : case KEY_DESTROY:
+ case KEY_DESTROY:
case KEY_do : case KEY_dump : case KEY_else : case KEY_elsif :
case KEY_END : case KEY_eq : case KEY_eval :
case KEY_for : case KEY_foreach: case KEY_format: case KEY_ge :