From c369a65a4545c7b0e389187d4a1555baeafe8b29 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 26 Feb 1997 23:36:00 +0000 Subject: (main): Remove ERR. --- utils/devprobe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/devprobe.c b/utils/devprobe.c index fb4be6d0..f3ea01f3 100644 --- a/utils/devprobe.c +++ b/utils/devprobe.c @@ -38,14 +38,13 @@ static const char *doc = "Test for the existance of mach device DEVNAME..." int main (int argc, char **argv) { - error_t err; - mach_port_t device_master = MACH_PORT_NULL; /* Print devices found? (otherwise only exit status matters) */ int print = 1; /* If printing, print all devices on the command line that are found. Otherwise, just the first one found is printed. */ int all = 1; int found_one = 0; + mach_port_t device_master = MACH_PORT_NULL; /* Parse our options... */ error_t parse_opt (int key, char *arg, struct argp_state *state) -- cgit v1.2.3