diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-11-10 09:56:16 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-11-10 09:56:16 +0000 |
commit | 9fd2b6deb43c276e8c5421c04a6be5eb85390ace (patch) | |
tree | 3624c51221582bee178812416c19047e97e23e21 /win32/php_win32_globals.h | |
parent | 126be8ec7c13258a3361d2ebc2f3e609831213d2 (diff) | |
download | php-git-9fd2b6deb43c276e8c5421c04a6be5eb85390ace.tar.gz |
Simplify the code base as this getpwd() was used only once
Diffstat (limited to 'win32/php_win32_globals.h')
-rwxr-xr-x | win32/php_win32_globals.h | 8 |
1 files changed, 0 insertions, 8 deletions
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; |