1
0
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:
Gabriel Caruso
2019-05-28 22:48:31 -03:00
committed by Christoph M. Becker
parent 96030118a2
commit 8c7757c233
-1
View File
@@ -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;