net/tcp: Remove tcp_listen_initialize

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-03-12 12:26:14 +08:00
committed by Petro Karashchenko
parent 716e27cbeb
commit 7028531e74
3 changed files with 0 additions and 39 deletions
-4
View File
@@ -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();