]> granicus.if.org Git - sudo/commitdiff
remove struct env_table decl since that stuff has all moved to env.c
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 13 Apr 2001 01:36:59 +0000 (01:36 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 13 Apr 2001 01:36:59 +0000 (01:36 +0000)
sudo.c

diff --git a/sudo.c b/sudo.c
index 298556a7b7ea3ab39669dec7b99a584fcfa02b55..b6c5fdf46d84b4a52c006398b6bd2781aa84aace 100644 (file)
--- a/sudo.c
+++ b/sudo.c
 static const char rcsid[] = "$Sudo$";
 #endif /* lint */
 
-/*
- * Local type declarations
- */
-struct env_table {
-    char *name;
-    int len;
-    int check;
-};
-
 /*
  * Prototypes
  */