1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00

unposted: remove unused variable declaration from ztat()

This commit is contained in:
Clint Adams 2000-10-01 23:43:55 +00:00
parent f42bd3a3f9
commit 8e628ac624
2 changed files with 4 additions and 2 deletions

@ -1,3 +1,7 @@
2000-10-01 Clint Adams <schizo@debian.org>
* unposted: Src/Zle/compresult.c: remove unused variable declaration.
2000-09-27 Clint Adams <schizo@debian.org>
* 12863: Src/string.c, Src/Zle/compresult.c: remove ztrdupstring(),

@ -731,8 +731,6 @@ do_ambiguous(void)
mod_export int
ztat(char *nam, struct stat *buf, int ls)
{
int e;
if (!(ls ? lstat(nam, buf) : stat(nam, buf)))
return 0;
else {