Skip to content

Commit 2987bed

Browse files
author
Kimmo Vaisanen
committed
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 458957d
1 parent f4df4e7 commit 2987bed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/netsocket/TLSSocket.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ class TLSSocket : public TCPSocket {
140140
nsapi_error_t set_client_cert_key(const char *client_cert_pem, const char *client_private_key_pem);
141141

142142
// From TCPSocket
143-
nsapi_error_t connect(const char *host, uint16_t port) override;
144143
nsapi_error_t connect(const SocketAddress &address) override;
145144

146145
protected:

0 commit comments

Comments
 (0)