mirror of https://github.com/ARMmbed/mbed-os.git
TLSSocket: Remove deprecated connect
String based connect has been removed but was still defined in TLSSocket header for offloaded variant.
This is a regression fix for 458957d399
pull/12543/head
parent
f4df4e75ea
commit
2987bedb68
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue