Simplify the code base as this getpwd() was used only once

This commit is contained in:
Dmitry Stogov 2006-11-10 09:56:16 +00:00
parent 126be8ec7c
commit 9fd2b6deb4
13 changed files with 31 additions and 149 deletions

View file

@ -199,7 +199,6 @@ char *strerror(int);
#if HAVE_PWD_H
# ifdef PHP_WIN32
#include "win32/pwd.h"
#include "win32/param.h"
# else
#include <pwd.h>