Remove unused variable

This commit is contained in:
Kovid Goyal 2020-02-21 10:48:02 +05:30
parent 16ec8de6af
commit 2d61ed50d9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -163,7 +163,6 @@ run(const char **ENV_VARS, const char **ENV_VAR_VALS, char *PROGRAM,
char *t = NULL; char *t = NULL;
int ret = 0, i; int ret = 0, i;
PyObject *site, *mainf, *res; PyObject *site, *mainf, *res;
uint32_t buf_size = PATH_MAX+1;
for (i = 0; i < 3; i++) { for (i = 0; i < 3; i++) {
t = rindex(full_exe_path, '/'); t = rindex(full_exe_path, '/');