[PATCH] udevinfo doesn't need to declare main_envp

This commit is contained in:
greg@kroah.com 2004-01-26 19:22:31 -08:00 committed by Greg KH
parent 274812b502
commit ac4dc87465
1 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@
char **main_argv;
int main_argc;
char **main_envp;
static int print_all_attributes(const char *path)
{
@ -412,7 +411,6 @@ int main(int argc, char *argv[], char *envp[])
main_argv = argv;
main_argc = argc;
main_envp = envp;
/* initialize our configuration */
udev_init_config();