Garbage-collect an unused variable left by rev.1.61.

This commit is contained in:
bde 2002-01-17 18:50:46 +00:00
parent cc9d952f38
commit 1a4ee71222

View File

@ -326,10 +326,8 @@ static struct isa_pnp_id pca_ids[] = {
static int
pcaprobe(device_t dev)
{
int error;
/* Check isapnp ids */
return(ISA_PNP_PROBE(device_get_parent(dev), dev, pca_ids));
return ISA_PNP_PROBE(device_get_parent(dev), dev, pca_ids);
}