Skip to content

Commit 7d86e1d

Browse files
committed
Fix rebased code
1 parent 77830cf commit 7d86e1d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libraries/WiFiClientSecure/src/WiFiClientSecure.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,3 @@ int WiFiClientSecure::fd() const
422422
{
423423
return sslclient->socket;
424424
}
425-
426-
int WiFiClientSecure::setSocketOption(int option, char* value, size_t len)
427-
{
428-
return sslclient->socket;
429-
}
430-

0 commit comments

Comments
 (0)