summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2023-07-19 17:42:20 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2023-09-04 18:25:42 +0200
commitaed21d50afe4d0cb2bd52c43039df7888aad6aef (patch)
tree83c1e08b7d7594faf1242c221c6fc6e753039b03
parent3fb1c4dc237cff95ef00d6cdb0129d7ab662ebee (diff)
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()')
-rw-r--r--src/core/nm-l3cfg.c1
1 files changed, 0 insertions, 1 deletions
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);