From aec292fbe04fe111acc24e0ea2d6926508a794d7 Mon Sep 17 00:00:00 2001 From: fjoe Date: Mon, 9 Feb 2009 16:57:07 +0000 Subject: Remove unused variable. Found with: Coverity Prevent(tm) CID: 3693 --- sys/dev/firewire/sbp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/firewire') diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index e13ec85..dc69f68 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -330,12 +330,11 @@ static char *orb_status1_serial_bus_error[] = { static void sbp_identify(driver_t *driver, device_t parent) { - device_t child; SBP_DEBUG(0) printf("sbp_identify\n"); END_DEBUG - child = BUS_ADD_CHILD(parent, 0, "sbp", device_get_unit(parent)); + BUS_ADD_CHILD(parent, 0, "sbp", device_get_unit(parent)); } /* -- cgit v1.1