Merge pull request #12543 from kivaisan/remove_deprecated_connect

TLSSocket: Remove deprecated connect
pull/12513/head
Martin Kojtal 2020-03-04 08:20:23 +00:00 committed by GitHub
commit 6137c98d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ public:
nsapi_error_t set_client_cert_key(const char *client_cert_pem, const char *client_private_key_pem);
// From TCPSocket
nsapi_error_t connect(const char *host, uint16_t port) override;
nsapi_error_t connect(const SocketAddress &address) override;
protected: