diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 2001-04-13 01:36:59 +0000 |
---|---|---|
committer | Todd C. Miller <Todd.Miller@courtesan.com> | 2001-04-13 01:36:59 +0000 |
commit | d16081fea17046a9558a84a5220d48406cc5aac5 (patch) | |
tree | 2f880e8564f8cf0970b26d57eabb06175b79e0f5 /sudo.c | |
parent | 185174845c67efad6a36a6c508eaf755822dbc42 (diff) | |
download | sudo-d16081fea17046a9558a84a5220d48406cc5aac5.tar.gz |
remove struct env_table decl since that stuff has all moved to env.c
Diffstat (limited to 'sudo.c')
-rw-r--r-- | sudo.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -93,15 +93,6 @@ static const char rcsid[] = "$Sudo$"; #endif /* lint */ /* - * Local type declarations - */ -struct env_table { - char *name; - int len; - int check; -}; - -/* * Prototypes */ static int init_vars __P((int)); |