From aed21d50afe4d0cb2bd52c43039df7888aad6aef Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Wed, 19 Jul 2023 17:42:20 +0200 Subject: [PATCH] l3cfg: remove tna_dirty member The member is no longer used. Fixes: 1feaf427d2bc ('platform: rework handling of failed routes during nm_platform_ip_route_sync()') --- src/core/nm-l3cfg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/nm-l3cfg.c b/src/core/nm-l3cfg.c index 9931e42018..ce9d584901 100644 --- a/src/core/nm-l3cfg.c +++ b/src/core/nm-l3cfg.c @@ -166,7 +166,6 @@ typedef struct { /* This flag is only used temporarily to do a bulk update and * clear all the ones that are no longer in used. */ bool os_dirty : 1; - bool os_tna_dirty : 1; } ObjStateData; G_STATIC_ASSERT(G_STRUCT_OFFSET(ObjStateData, obj) == 0);