kill unused value

Noticed by:	Coverity Prevent analysis tool
This commit is contained in:
sam 2005-02-25 23:06:25 +00:00
parent 513e3c0122
commit acdfb6c892

View File

@ -135,7 +135,7 @@ static devclass_t pcf_devclass;
static int
pcf_probe(device_t pcfdev)
{
struct pcf_softc *pcf = DEVTOSOFTC(pcfdev);
struct pcf_softc *pcf;
device_t parent = device_get_parent(pcfdev);
uintptr_t base;