about summary refs log tree commit diff
path: root/Src/Zle/compresult.c
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-10-01 23:43:55 +0000
committerClint Adams <clint@users.sourceforge.net>2000-10-01 23:43:55 +0000
commit8e628ac624c4df24f4bc39166dbbc2c01c91d208 (patch)
tree937e4877b0d5058ed68374f1e6c138f83016fb25 /Src/Zle/compresult.c
parentf42bd3a3f9f018fc5a1a09c2a3175048660ba48f (diff)
downloadzsh-8e628ac624c4df24f4bc39166dbbc2c01c91d208.tar.gz
zsh-8e628ac624c4df24f4bc39166dbbc2c01c91d208.tar.xz
zsh-8e628ac624c4df24f4bc39166dbbc2c01c91d208.zip
unposted: remove unused variable declaration from ztat()
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r--Src/Zle/compresult.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c
index 544d4a8a8..924cf3dcd 100644
--- a/Src/Zle/compresult.c
+++ b/Src/Zle/compresult.c
@@ -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 {