Delete remnants of ap_spawnvp that got missed earlier.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84194 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Manoj Kasichainula
1999-11-30 05:56:17 +00:00
parent 3cfe8158af
commit 5ef0434230
4 changed files with 0 additions and 8 deletions

View File

@ -77,8 +77,6 @@
#define INLINE extern ap_inline
INLINE int ap_os_is_path_absolute(const char *file);
/* spawn = fork + exec on unix */
INLINE int ap_spawnvp(const char *file, char *const argv[]);
#include "os-inline.c"
@ -88,7 +86,6 @@ INLINE int ap_spawnvp(const char *file, char *const argv[]);
* as normal
*/
extern int ap_os_is_path_absolute(const char *file);
extern int ap_spawnvp(const char *file, char *const argv[]);
#endif
/* Other ap_os_ routines not used by this platform */