summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2008-12-01 07:47:35 -0500
committerNicholas Clark <nick@ccl4.org>2008-12-01 19:54:11 +0000
commit3a9222bef66d8694e74574667f2e773ea7c3f1ed (patch)
tree1f51296172a3bbd748f76207f88d94c2fd9fc5dc /proto.h
parent9e730509907b8752181af8e7fd62436ee39ccc0a (diff)
downloadperl-3a9222bef66d8694e74574667f2e773ea7c3f1ed.tar.gz
Eliminate setenv_getix()
From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510812010947p7df19438kc19c279bcffe4b83@mail.gmail.com> Date: Mon, 1 Dec 2008 12:47:35 -0500 p4raw-id: //depot/perl@34971
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/proto.h b/proto.h
index 5f07ad4fae..a2ed234388 100644
--- a/proto.h
+++ b/proto.h
@@ -2962,13 +2962,6 @@ PERL_CALLCONV char* Perl_screaminstr(pTHX_ SV *bigstr, SV *littlestr, I32 start_
#define PERL_ARGS_ASSERT_SCREAMINSTR \
assert(bigstr); assert(littlestr); assert(old_posp)
-#if !defined(VMS) && defined(PERL_IN_UTIL_C)
-STATIC I32 S_setenv_getix(pTHX_ const char* nam)
- __attribute__nonnull__(pTHX_1);
-#define PERL_ARGS_ASSERT_SETENV_GETIX \
- assert(nam)
-
-#endif
PERL_CALLCONV void Perl_setdefout(pTHX_ GV* gv);
PERL_CALLCONV HEK* Perl_share_hek(pTHX_ const char* str, I32 len, U32 hash)
__attribute__nonnull__(pTHX_1);