mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
Remove unused variable
This commit is contained in:
committed by
Christoph M. Becker
parent
96030118a2
commit
8c7757c233
@@ -458,7 +458,6 @@ TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd,
|
||||
process_pair *proc;
|
||||
char *cmd = NULL;
|
||||
wchar_t *cmdw = NULL, *cwdw = NULL, *envw = NULL;
|
||||
int i;
|
||||
char *ptype = (char *)type;
|
||||
HANDLE thread_token = NULL;
|
||||
HANDLE token_user = NULL;
|
||||
|
||||
Reference in New Issue
Block a user