From 34719e1dbbd13069c2034382dc5129edf7657a4b Mon Sep 17 00:00:00 2001 From: dds Date: Sat, 5 Jul 2003 15:18:44 +0000 Subject: Changes following CScout analysis: - Removed dead declarations - Made objects that should have been declared as static, static. The changes use STATIC instead of static, following the existing convention in the rest of the code. Approved by: schweikh (mentor) MFC after: 2 weeks --- bin/sh/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/sh/exec.c') diff --git a/bin/sh/exec.c b/bin/sh/exec.c index 21f247f..5a19977 100644 --- a/bin/sh/exec.c +++ b/bin/sh/exec.c @@ -599,7 +599,7 @@ deletefuncs(void) * entry. */ -struct tblentry **lastcmdentry; +STATIC struct tblentry **lastcmdentry; STATIC struct tblentry * -- cgit v1.1