1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

G/C unused variable.

This commit is contained in:
John Baldwin 2006-02-22 21:47:04 +00:00
parent 3f676959ae
commit 93d74675d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155927

View File

@ -1969,7 +1969,6 @@ ppc_attach(device_t dev)
struct ppc_data *ppc = DEVTOSOFTC(dev);
device_t ppbus;
device_t parent = device_get_parent(dev);
device_printf(dev, "%s chipset (%s) in %s mode%s\n",
ppc_models[ppc->ppc_model], ppc_avms[ppc->ppc_avm],