From 8e628ac624c4df24f4bc39166dbbc2c01c91d208 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 1 Oct 2000 23:43:55 +0000 Subject: unposted: remove unused variable declaration from ztat() --- Src/Zle/compresult.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Src/Zle/compresult.c') 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 { -- cgit 1.4.1