summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2019-05-28 22:48:31 -0300
committerChristoph M. Becker <cmbecker69@gmx.de>2019-05-29 09:09:17 +0200
commit8c7757c233eb23a734b030d5f32144fe014033ca (patch)
treeea43abc3dc8b89314fe9d638fe81035486cec388 /TSRM
parent96030118a2be123fabe804e152afcf8ef4a5224a (diff)
downloadphp-git-8c7757c233eb23a734b030d5f32144fe014033ca.tar.gz
Remove unused variable
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm_win32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c
index 131523c253..af875fa2a0 100644
--- a/TSRM/tsrm_win32.c
+++ b/TSRM/tsrm_win32.c
@@ -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;