]> granicus.if.org Git - sudo/commitdiff
Remove unused VNULL define
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 Jun 2010 13:44:19 +0000 (09:44 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 Jun 2010 13:44:19 +0000 (09:44 -0400)
plugins/sudoers/env.c

index ce1e7e612731366b1b7f574383f1f8a4bf6ddd0a..1e57d2c425c62379dd0c9da7a67728d73e0683d3 100644 (file)
@@ -89,9 +89,6 @@
 #undef KEPT_MAX
 #define KEPT_MAX       0xff00
 
-#undef VNULL
-#define        VNULL   (void *)NULL
-
 struct environment {
     char **envp;               /* pointer to the new environment */
     size_t env_size;           /* size of new_environ in char **'s */