diff options
Diffstat (limited to 'src/sysdep.c')
-rw-r--r-- | src/sysdep.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 17c48fc7cbd..90d2e3b8b02 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -3291,20 +3291,6 @@ emacs_write (fildes, buf, nbyte) return (bytes_written); } -#ifndef HAVE_VFORK -#ifndef WINDOWSNT -/* - * Substitute fork for vfork on USG flavors. - */ - -VFORK_RETURN_TYPE -vfork () -{ - return (fork ()); -} -#endif /* not WINDOWSNT */ -#endif /* not HAVE_VFORK */ - #ifdef USG /* * All of the following are for USG. |