mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
net/tcp: Remove tcp_listen_initialize
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
716e27cbeb
commit
7028531e74
@@ -137,10 +137,6 @@ void net_initialize(void)
|
||||
#endif
|
||||
|
||||
#ifdef NET_TCP_HAVE_STACK
|
||||
/* Initialize the listening port structures */
|
||||
|
||||
tcp_listen_initialize();
|
||||
|
||||
/* Initialize the TCP/IP connection structures */
|
||||
|
||||
tcp_initialize();
|
||||
|
||||
Reference in New Issue
Block a user