about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Src/Zle/compresult.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a89ee127d..d00932858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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(),
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 {