From c5ad1dbd59eb9360b48d0fd5472877bf0788da31 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()') (cherry picked from commit aed21d50afe4d0cb2bd52c43039df7888aad6aef) --- 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 b8e99e85e8..066e182c88 100644 --- a/src/core/nm-l3cfg.c +++ b/src/core/nm-l3cfg.c @@ -168,7 +168,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);