Remove an unused variable.

This commit is contained in:
Warner Losh 2002-02-26 03:37:35 +00:00
parent 1efefb2d4d
commit 375b025257
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91279

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");