Skip to content

Commit

Permalink
#429 Remove declaration of connect_options::to_string() with missing …
Browse files Browse the repository at this point in the history
…implementation.
  • Loading branch information
fpagliughi committed Nov 13, 2023
1 parent 94efd55 commit b8aa060
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mqtt/connect_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit b8aa060

Please sign in to comment.