diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 18:21:52 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 18:21:52 +0000 |
commit | 11cd919dc47cef55287cce0322d44e19aecf3127 (patch) | |
tree | 0d7a37773a8d7b15e44f3de5185ee7b427ed6b35 /global.sym | |
parent | 1c8a42233ec49324eba45ced7d5587186f2e1587 (diff) | |
download | perl-11cd919dc47cef55287cce0322d44e19aecf3127.tar.gz |
Perl_cv_ckproto() is not part of the public API, and not used anywhere
in the core. So it can go.
p4raw-id: //depot/perl@34922
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/global.sym b/global.sym index 90f9102d48..acd525f8ab 100644 --- a/global.sym +++ b/global.sym @@ -77,7 +77,6 @@ Perl_sv_catpvf_mg_nocontext Perl_sv_setpvf_mg_nocontext Perl_fprintf_nocontext Perl_printf_nocontext -Perl_cv_ckproto Perl_gv_const_sv Perl_cv_const_sv Perl_cv_undef |