mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
unposted: remove unused variable declaration from ztat()
This commit is contained in:
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 {
|
||||
|
|
Loading…
Reference in a new issue