diff --git a/usr.sbin/pcictl/pcictl.c b/usr.sbin/pcictl/pcictl.c index 58ccf97e6d2d..22fd777fd33e 100644 --- a/usr.sbin/pcictl/pcictl.c +++ b/usr.sbin/pcictl/pcictl.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcictl.c,v 1.14 2009/07/04 13:50:08 cegger Exp $ */ +/* $NetBSD: pcictl.c,v 1.15 2009/07/04 13:54:14 cegger Exp $ */ /* * Copyright 2001 Wasabi Systems, Inc. @@ -72,7 +72,6 @@ struct pciio_businfo pci_businfo; const char *dvname; char dvname_store[MAXPATHLEN]; const char *cmdname; -const char *argnames; int print_numbers = 0; void cmd_list(int, char *[]); @@ -121,8 +120,6 @@ main(int argc, char *argv[]) if (commands[i].cmd_name == NULL) errx(EXIT_FAILURE, "unknown command: %s", cmdname); - argnames = commands[i].arg_names; - /* Open the device. */ if ((strchr(dvname, '/') == NULL) && (snprintf(dvname_store, sizeof(dvname_store), _PATH_DEV "%s",