mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-19 19:14:17 +01:00
Remove unused variable
This commit is contained in:
parent
16ec8de6af
commit
2d61ed50d9
1 changed files with 0 additions and 1 deletions
|
|
@ -163,7 +163,6 @@ run(const char **ENV_VARS, const char **ENV_VAR_VALS, char *PROGRAM,
|
|||
char *t = NULL;
|
||||
int ret = 0, i;
|
||||
PyObject *site, *mainf, *res;
|
||||
uint32_t buf_size = PATH_MAX+1;
|
||||
|
||||
for (i = 0; i < 3; i++) {
|
||||
t = rindex(full_exe_path, '/');
|
||||
|
|
|
|||
Loading…
Reference in a new issue