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:
parent
f42bd3a3f9
commit
8e628ac624
@ -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 New Issue
Block a user