summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-30 08:38:07 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-30 08:38:07 +0000
commita9f96b3fd8bd68e3c0062e4f23c142442340b0b5 (patch)
tree490643ed9d7e00a107119e6564f7164ba9b796d1 /doio.c
parent9555a685dbd794b0e9f549335341b2a3b1ea3da5 (diff)
downloadperl-a9f96b3fd8bd68e3c0062e4f23c142442340b0b5.tar.gz
Replace do_aexec() with a macro to call do_aexec5() with the two extra
0 arguments. Move the old body to mathoms.c p4raw-id: //depot/perl@25891
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/doio.c b/doio.c
index 3a270db332..63866ba12a 100644
--- a/doio.c
+++ b/doio.c
@@ -1409,14 +1409,6 @@ Perl_my_lstat(pTHX)
return PL_laststatval;
}
-#ifndef OS2
-bool
-Perl_do_aexec(pTHX_ SV *really, register SV **mark, register SV **sp)
-{
- return do_aexec5(really, mark, sp, 0, 0);
-}
-#endif
-
bool
Perl_do_aexec5(pTHX_ SV *really, register SV **mark, register SV **sp,
int fd, int do_report)