diff --git a/commands/boot.c b/commands/boot.c index 5d81d79..0257b3d 100644 --- a/commands/boot.c +++ b/commands/boot.c @@ -29,10 +29,6 @@ struct bootentries *entries; struct bootentry *entry; - verbose = 0; - dryrun = 0; - timeout = -1; - while ((opt = getopt(argc, argv, "vldmt:w:")) > 0) { switch (opt) { case 'v':