summaryrefslogtreecommitdiff
path: root/embed.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 /embed.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 'embed.h')
-rw-r--r--embed.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/embed.h b/embed.h
index 2bc3260c01..a96bfc7b8d 100644
--- a/embed.h
+++ b/embed.h
@@ -2148,9 +2148,6 @@
#define hv_delete_common S_hv_delete_common
#endif
#ifdef PERL_CORE
-#define hv_exists_common S_hv_exists_common
-#endif
-#ifdef PERL_CORE
#define hv_fetch_common S_hv_fetch_common
#endif
#ifdef PERL_CORE
@@ -4642,9 +4639,6 @@
#define hv_delete_common(a,b,c,d,e,f,g) S_hv_delete_common(aTHX_ a,b,c,d,e,f,g)
#endif
#ifdef PERL_CORE
-#define hv_exists_common(a,b,c,d,e,f) S_hv_exists_common(aTHX_ a,b,c,d,e,f)
-#endif
-#ifdef PERL_CORE
#define hv_fetch_common(a,b,c,d,e,f,g) S_hv_fetch_common(aTHX_ a,b,c,d,e,f,g)
#endif
#ifdef PERL_CORE