mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +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>
|
2000-09-27 Clint Adams <schizo@debian.org>
|
||||||
|
|
||||||
* 12863: Src/string.c, Src/Zle/compresult.c: remove ztrdupstring(),
|
* 12863: Src/string.c, Src/Zle/compresult.c: remove ztrdupstring(),
|
||||||
|
|
|
@ -731,8 +731,6 @@ do_ambiguous(void)
|
||||||
mod_export int
|
mod_export int
|
||||||
ztat(char *nam, struct stat *buf, int ls)
|
ztat(char *nam, struct stat *buf, int ls)
|
||||||
{
|
{
|
||||||
int e;
|
|
||||||
|
|
||||||
if (!(ls ? lstat(nam, buf) : stat(nam, buf)))
|
if (!(ls ? lstat(nam, buf) : stat(nam, buf)))
|
||||||
return 0;
|
return 0;
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue