From 9fd2b6deb43c276e8c5421c04a6be5eb85390ace Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 10 Nov 2006 09:56:16 +0000 Subject: Simplify the code base as this getpwd() was used only once --- win32/php_win32_globals.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'win32/php_win32_globals.h') diff --git a/win32/php_win32_globals.h b/win32/php_win32_globals.h index 89caed1a37..c130d5bc50 100755 --- a/win32/php_win32_globals.h +++ b/win32/php_win32_globals.h @@ -23,8 +23,6 @@ /* misc globals for thread-safety under win32 */ -#include "pwd.h" - typedef struct _php_win32_core_globals php_win32_core_globals; #ifdef ZTS @@ -40,12 +38,6 @@ struct _php_win32_core_globals { char *log_header; HANDLE log_source; - /* getpwuid */ - struct passwd pwd; - - /* getlogin */ - char *login_name; - /* time */ struct timeval starttime; __int64 lasttime, freq; -- cgit v1.2.1