Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Dec 11, 2018
1 parent 89f3d7b commit afe0118
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit afe0118

Please sign in to comment.