Remove unused variable 'error'. Forgotten in previous commit.

This commit is contained in:
Marcel Moolenaar 2006-04-02 21:58:09 +00:00
parent 5418a8aead
commit 4437e2615f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157420

View File

@ -66,7 +66,6 @@ uart_ebus_probe(device_t dev)
const char *nm, *cmpt;
struct uart_softc *sc;
struct uart_devinfo dummy;
int error;
sc = device_get_softc(dev);
sc->sc_class = NULL;