diff --git a/lib/loop.c b/lib/loop.c index 4b27775226..e4a985eb3e 100644 --- a/lib/loop.c +++ b/lib/loop.c @@ -286,9 +286,6 @@ int mosquitto_loop_forever(struct mosquitto *mosq, int timeout, int max_packets) int mosquitto_loop_misc(struct mosquitto *mosq) { - time_t now; - int rc; - if(!mosq) return MOSQ_ERR_INVAL; if(mosq->sock == INVALID_SOCKET) return MOSQ_ERR_NO_CONN;