From: Todd C. Miller Date: Fri, 13 Apr 2001 01:36:59 +0000 (+0000) Subject: remove struct env_table decl since that stuff has all moved to env.c X-Git-Tag: SUDO_1_6_4~197 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=646bd70349f6d1995eccc3b6bad23b135634ccbd;p=sudo remove struct env_table decl since that stuff has all moved to env.c --- diff --git a/sudo.c b/sudo.c index 298556a7b..b6c5fdf46 100644 --- a/sudo.c +++ b/sudo.c @@ -92,15 +92,6 @@ static const char rcsid[] = "$Sudo$"; #endif /* lint */ -/* - * Local type declarations - */ -struct env_table { - char *name; - int len; - int check; -}; - /* * Prototypes */