summaryrefslogtreecommitdiff
path: root/sudo.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2001-04-13 01:36:59 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>2001-04-13 01:36:59 +0000
commitd16081fea17046a9558a84a5220d48406cc5aac5 (patch)
tree2f880e8564f8cf0970b26d57eabb06175b79e0f5 /sudo.c
parent185174845c67efad6a36a6c508eaf755822dbc42 (diff)
downloadsudo-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.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sudo.c b/sudo.c
index 298556a7b..b6c5fdf46 100644
--- a/sudo.c
+++ b/sudo.c
@@ -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));