File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -37,25 +37,6 @@ class TCPSocket : public InternetSocket {
37
37
*/
38
38
TCPSocket ();
39
39
40
- /* * Create a socket on a network interface
41
- *
42
- * Creates and opens a socket on the network stack of the given
43
- * network interface.
44
- *
45
- * @param stack Network stack as target for socket
46
- *
47
- * @deprecated since mbed-os-5.11
48
- */
49
- template <typename S>
50
- MBED_DEPRECATED_SINCE (" mbed-os-5.11" ,
51
- " The TCPSocket(S *stack) constructor is deprecated."
52
- " It discards the open() call return value."
53
- " Use another constructor and call open() explicitly, instead." )
54
- TCPSocket (S *stack) : TCPSocket()
55
- {
56
- open (stack);
57
- }
58
-
59
40
/* * Override multicast functions to return error for TCP
60
41
*
61
42
*/
You can’t perform that action at this time.
0 commit comments