tpws: simplify tcp_info compat code

This commit is contained in:
bol-van
2024-12-14 17:00:26 +03:00
parent fef64e8849
commit 2be5f1221a
2 changed files with 6 additions and 12 deletions

View File

@@ -96,10 +96,4 @@ struct tcp_info_new {
*/
};
union my_tcp_info
{
struct tcp_info ti_native;
struct tcp_info_new ti;
};
#endif