]> git.eshelyaron.com Git - emacs.git/commitdiff
(getpid): Delete function.
authorGeoff Voelker <voelker@cs.washington.edu>
Wed, 3 Sep 1997 00:19:25 +0000 (00:19 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Wed, 3 Sep 1997 00:19:25 +0000 (00:19 +0000)
lib-src/ntlib.c

index d5f6177f4a269855c355100a8426c2666435de3f..678d969c04f10b6327754112326db51325560a06 100644 (file)
@@ -49,12 +49,6 @@ getwd (char *dir)
   return NULL;
 }
 
-int
-getpid ()
-{
-  return _getpid ();
-}
-
 static HANDLE getppid_parent;
 static int    getppid_ppid;