diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 7df61f012f..f5bd1006b1 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -424,14 +424,6 @@ void mch_get_host_name(char_u *s, int len) } #endif /* HAVE_SYS_UTSNAME_H */ -/* - * return process ID - */ -long mch_get_pid() -{ - return (long)getpid(); -} - #if defined(USE_FNAME_CASE) || defined(PROTO) /* * Set the case of the file name, if it already exists. This will cause the |