summaryrefslogtreecommitdiff
path: root/embed.fnc
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 /embed.fnc
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 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed.fnc b/embed.fnc
index 4c735c3192..b0aeea1b21 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -951,9 +951,6 @@ Apd |NV |scan_oct |NN const char* start|STRLEN len|NN STRLEN* retlen
p |OP* |scope |NULLOK OP* o
Ap |char* |screaminstr |NN SV *bigstr|NN SV *littlestr|I32 start_shift \
|I32 end_shift|NN I32 *old_posp|I32 last
-#if !defined(VMS) && defined(PERL_IN_UTIL_C)
-s |I32 |setenv_getix |NN const char* nam
-#endif
Apd |void |setdefout |NULLOK GV* gv
Ap |HEK* |share_hek |NN const char* str|I32 len|U32 hash
#if defined(HAS_SIGACTION) && defined(SA_SIGINFO)