From 7c34ed2eeb66cd44792466090fa9754b82388811 Mon Sep 17 00:00:00 2001 From: Basavesh Shivakumar Date: Sat, 16 Nov 2019 21:39:18 -0500 Subject: [PATCH] Delete duplicate 'Returns' messages in the comments. Signed-off-by: Basavesh Shivakumar --- lib/mosquitto.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/mosquitto.h b/lib/mosquitto.h index a868f995..7fbb2370 100644 --- a/lib/mosquitto.h +++ b/lib/mosquitto.h @@ -630,10 +630,6 @@ libmosq_EXPORT int mosquitto_connect_srv(struct mosquitto *mosq, const char *hos * MOSQ_ERR_SUCCESS - on success. * MOSQ_ERR_INVAL - if the input parameters were invalid. * MOSQ_ERR_NOMEM - if an out of memory condition occurred. - * - * Returns: - * MOSQ_ERR_SUCCESS - on success. - * MOSQ_ERR_INVAL - if the input parameters were invalid. * MOSQ_ERR_ERRNO - if a system call returned an error. The variable errno * contains the error code, even on Windows. * Use strerror_r() where available or FormatMessage() on @@ -661,10 +657,6 @@ libmosq_EXPORT int mosquitto_reconnect(struct mosquitto *mosq); * MOSQ_ERR_SUCCESS - on success. * MOSQ_ERR_INVAL - if the input parameters were invalid. * MOSQ_ERR_NOMEM - if an out of memory condition occurred. - * - * Returns: - * MOSQ_ERR_SUCCESS - on success. - * MOSQ_ERR_INVAL - if the input parameters were invalid. * MOSQ_ERR_ERRNO - if a system call returned an error. The variable errno * contains the error code, even on Windows. * Use strerror_r() where available or FormatMessage() on