Remove redundant check

This commit is contained in:
Arun Prakash Jana 2020-01-21 21:53:45 +05:30
parent a6f5f1ebc8
commit 8df6602fac
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -6156,7 +6156,7 @@ int main(int argc, char *argv[])
} else if (cfg.picker) {
if (selbufpos)
writesel(pselbuf, selbufpos - 1);
} else if (!cfg.picker && g_selpath)
} else if (g_selpath)
unlink(g_selpath);
/* Free the regex */