This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
[perl5.git] / pp.c
diff --git a/pp.c b/pp.c
index ddffda8..a13c6a6 100644 (file)
--- a/pp.c
+++ b/pp.c
@@ -53,11 +53,6 @@ PP(pp_stub)
     RETURN;
 }
 
-PP(pp_scalar)
-{
-    return NORMAL;
-}
-
 /* Pushy stuff. */
 
 PP(pp_padav)
@@ -3847,16 +3842,6 @@ PP(pp_each)
     RETURN;
 }
 
-PP(pp_values)
-{
-    return do_kv();
-}
-
-PP(pp_keys)
-{
-    return do_kv();
-}
-
 PP(pp_delete)
 {
     dSP;