Remove variables which are initialized but never used thereafter

reported by gcc46 warning

Approved by:	cperciva
MFC after:	1 week
This commit is contained in:
Eitan Adler
2012-07-07 17:20:24 +00:00
parent 3743101f93
commit d79661b9b8
-3
View File
@@ -332,9 +332,6 @@ aac_disk_dump(void *arg, void *virtual, vm_offset_t physical, off_t offset, size
void
aac_biodone(struct bio *bp)
{
struct aac_disk *sc;
sc = (struct aac_disk *)bp->bio_disk->d_drv1;
fwprintf(NULL, HBA_FLAGS_DBG_FUNCTION_ENTRY_B, "");
if (bp->bio_flags & BIO_ERROR)