remove unused variable declaration

This commit is contained in:
Matt Jacob 2001-10-11 21:47:27 +00:00
parent 14a4ecde9e
commit abafa9b9aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84819

View File

@ -78,7 +78,7 @@ static driver_t tlsbcpu_driver = {
static int
tlsbcpu_probe(device_t dev)
{
u_int32_t vid, imsreg;
u_int32_t vid;
device_t child;
static int inst = 0;
struct tlsb_device *tdev = DEVTOTLSB(dev);