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. */