summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-08-10 16:36:13 +0200
committerThomas Haller <thaller@redhat.com>2021-08-17 13:18:06 +0200
commit0adc4fc4f6b8fc5a445060be0e6a32038c7642cf (patch)
treea67ab6a5eb5713c9a2b6165582c0ee98903c7b7d
parentb57c1af81448a8e7b57f56d910d2354e2a247c87 (diff)
downloadNetworkManager-0adc4fc4f6b8fc5a445060be0e6a32038c7642cf.tar.gz
platform/netlink: drop unused NLA type enums
-rw-r--r--src/libnm-platform/nm-netlink.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libnm-platform/nm-netlink.h b/src/libnm-platform/nm-netlink.h
index bcc321194d..28c2541319 100644
--- a/src/libnm-platform/nm-netlink.h
+++ b/src/libnm-platform/nm-netlink.h
@@ -35,15 +35,8 @@ enum {
NLA_U64, /* 64 bit integer */
NLA_STRING, /* NUL terminated character string */
NLA_FLAG, /* Flag */
- NLA_MSECS, /* Micro seconds (64bit) */
NLA_NESTED, /* Nested attributes */
- NLA_NESTED_COMPAT,
NLA_NUL_STRING,
- NLA_BINARY,
- NLA_S8,
- NLA_S16,
- NLA_S32,
- NLA_S64,
__NLA_TYPE_MAX,
};