This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate PL_sawalias, GPf_ALIASED_SV
[perl5.git] / proto.h
diff --git a/proto.h b/proto.h
index 5b960a2..a3bd488 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -2659,9 +2659,6 @@ PERL_CALLCONV void        Perl_save_adelete(pTHX_ AV *av, SSize_t key);
 PERL_CALLCONV void     Perl_save_aelem_flags(pTHX_ AV* av, SSize_t idx, SV **sptr, const U32 flags);
 #define PERL_ARGS_ASSERT_SAVE_AELEM_FLAGS      \
        assert(av); assert(sptr)
-PERL_CALLCONV void     Perl_save_aliased_sv(pTHX_ GV* gv);
-#define PERL_ARGS_ASSERT_SAVE_ALIASED_SV       \
-       assert(gv)
 PERL_CALLCONV I32      Perl_save_alloc(pTHX_ I32 size, I32 pad);
 PERL_CALLCONV void     Perl_save_aptr(pTHX_ AV** aptr);
 #define PERL_ARGS_ASSERT_SAVE_APTR     \