summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-11-22 13:16:43 +0000
committerNicholas Clark <nick@ccl4.org>2003-11-22 13:16:43 +0000
commit7f66fda294f2a00c1341451a50c1e8cfb66906fb (patch)
treed6d00398e9298657357ed885a91b9b9d5f512ccf /proto.h
parenta8adfdb3e1797035789adf01f3fb1593e93bde6b (diff)
downloadperl-7f66fda294f2a00c1341451a50c1e8cfb66906fb.tar.gz
Farewell hv_exists_common - exists is now a call to fetch
(with the exists magic handling moved into fetch) p4raw-id: //depot/perl@21770
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 9bef9ba306..43c772b77a 100644
--- a/proto.h
+++ b/proto.h
@@ -1336,7 +1336,6 @@ PERL_CALLCONV void Perl_hv_assert(pTHX_ HV* tb);
#if defined(PERL_IN_HV_C) || defined(PERL_DECL_PROT)
STATIC SV* S_hv_delete_common(pTHX_ HV* tb, SV* key_sv, const char* key, STRLEN klen, int k_flags, I32 d_flags, U32 hash);
-STATIC bool S_hv_exists_common(pTHX_ HV* tb, SV* key_sv, const char* key, STRLEN klen, int flags, U32 hash);
STATIC HE* S_hv_fetch_common(pTHX_ HV* tb, SV* key_sv, const char* key, STRLEN klen, int flags, int action, U32 hash);
STATIC HE* S_hv_store_common(pTHX_ HV* tb, SV* key_sv, const char* key, STRLEN klen, int flags, SV* val, U32 hash);
#endif