diff options
Diffstat (limited to 'udevtest.c')
-rw-r--r-- | udevtest.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/udevtest.c b/udevtest.c index e67af0df67..14c511584b 100644 --- a/udevtest.c +++ b/udevtest.c @@ -34,10 +34,6 @@ #include "logging.h" #include "namedev.h" -/* global variables */ -char **main_argv; -char **main_envp; - #ifdef LOG unsigned char logname[LOGNAME_SIZE]; @@ -62,9 +58,6 @@ int main(int argc, char *argv[], char *envp[]) char *subsystem = ""; struct udevice udev; - main_argv = argv; - main_envp = envp; - info("version %s", UDEV_VERSION); if (argv[1] == NULL) { |