From b8aa0604ff6446d6174639fc919b458c7f5448d6 Mon Sep 17 00:00:00 2001 From: fpagliughi Date: Sun, 12 Nov 2023 20:12:56 -0500 Subject: [PATCH] #429 Remove declaration of connect_options::to_string() with missing implementation. --- src/mqtt/connect_options.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mqtt/connect_options.h b/src/mqtt/connect_options.h index e3e8f318..0bddfef9 100644 --- a/src/mqtt/connect_options.h +++ b/src/mqtt/connect_options.h @@ -567,11 +567,6 @@ class connect_options * proxy. */ void set_https_proxy(const string& httpsProxy); - /** - * Gets a string representation of the object. - * @return A string representation of the object. - */ - string to_string() const; }; /** Smart/shared pointer to a connection options object. */