From dae06c267c26d036ada764c8fe34ebb0e4b4860a Mon Sep 17 00:00:00 2001 From: CaS Date: Tue, 2 Jul 2002 14:32:02 +0000 Subject: [PATCH] Fix last change git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14005 72102866-910b-0410-8b05-ffd578937521 --- Tools/gdomap.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Tools/gdomap.c b/Tools/gdomap.c index ffada4f11..402de5444 100644 --- a/Tools/gdomap.c +++ b/Tools/gdomap.c @@ -4466,20 +4466,6 @@ printf( } } - if (pidfile) - { - FILE *fptr = fopen(pidfile, "at"); - - if (fptr == 0) - { - sprintf(ebuf, "Unable to open pid file - '%s'", pidfile); - gdomap_log(LOG_CRIT); - exit(1); - } - fprintf(fptr, "%d\n", (int) getpid()); - fclose(fptr); - } - /* * Ensure we don't have any open file descriptors which may refer * to sockets bound to ports we may try to use.