1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

(getpid): Delete function.

This commit is contained in:
Geoff Voelker 1997-09-03 00:19:25 +00:00
parent 90eef3d95b
commit 16f49a88c2

View file

@ -49,12 +49,6 @@ getwd (char *dir)
return NULL;
}
int
getpid ()
{
return _getpid ();
}
static HANDLE getppid_parent;
static int getppid_ppid;