Remove an unused variable.

This commit is contained in:
imp 2002-02-26 03:37:35 +00:00
parent c4c786741e
commit 33739817ed

View File

@ -212,7 +212,6 @@ int
xe_attach (device_t dev)
{
struct xe_softc *scp = device_get_softc(dev);
int err;
#ifdef XE_DEBUG
device_printf(dev, "attach\n");