From: Yu Watanabe Date: Tue, 23 Jul 2019 06:55:03 +0000 (+0900) Subject: sd-netlink: drop unnecessarily exported variables X-Git-Tag: v244~204^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cac03f71d6f0f9a8d50f90d1b9fcb3457bfa6ff;p=platform%2Fupstream%2Fsystemd.git sd-netlink: drop unnecessarily exported variables --- diff --git a/src/libsystemd/sd-netlink/netlink-types.h b/src/libsystemd/sd-netlink/netlink-types.h index efc59a0..45a2a38 100644 --- a/src/libsystemd/sd-netlink/netlink-types.h +++ b/src/libsystemd/sd-netlink/netlink-types.h @@ -36,8 +36,6 @@ struct NLTypeSystemUnion { const NLTypeSystem *type_systems; }; -extern const NLTypeSystem rtnl_type_system_root; -extern const NLTypeSystem genl_type_system_root; extern const NLTypeSystem genl_family_type_system_root; uint16_t type_get_type(const NLType *type);