Remove now-unused variable.

This commit is contained in:
Ian Lepore 2017-07-31 03:19:16 +00:00
parent 02d094ff04
commit 4c0c8a36da

View File

@ -350,7 +350,6 @@ ds1307_settime(device_t dev, struct timespec *ts)
{
struct clocktime ct;
struct ds1307_softc *sc;
long waitns;
int error;
uint8_t data[7];
uint8_t pmflags;