From afe011866c5625144c3ff0169b7a1db8a134ff57 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sun, 9 Dec 2018 21:51:42 +0000 Subject: [PATCH] Remove unused variables. --- lib/loop.c | 3 --- 1 file changed, 3 deletions(-) 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;