mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 17:30:16 +01:00
libnm-core/tc-config: remove deprecation guards from typedefs
They're triggered by the prototypes in header file inclusion, even though no routines or variables that use the type are actually used.
This commit is contained in:
parent
9273091e98
commit
685cb5c88b
1 changed files with 0 additions and 3 deletions
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
NM_AVAILABLE_IN_1_12
|
||||
typedef struct NMTCQdisc NMTCQdisc;
|
||||
|
||||
NM_AVAILABLE_IN_1_12
|
||||
|
|
@ -61,7 +60,6 @@ void nm_tc_qdisc_set_handle (NMTCQdisc *qdisc,
|
|||
NM_AVAILABLE_IN_1_12
|
||||
guint32 nm_tc_qdisc_get_parent (NMTCQdisc *qdisc);
|
||||
|
||||
NM_AVAILABLE_IN_1_12
|
||||
typedef struct NMTCAction NMTCAction;
|
||||
|
||||
NM_AVAILABLE_IN_1_12
|
||||
|
|
@ -96,7 +94,6 @@ void nm_tc_action_set_attribute (NMTCAction *action,
|
|||
const char *name,
|
||||
GVariant *value);
|
||||
|
||||
NM_AVAILABLE_IN_1_12
|
||||
typedef struct NMTCTfilter NMTCTfilter;
|
||||
|
||||
NM_AVAILABLE_IN_1_12
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue