]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-netlink: drop unnecessarily exported variables
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 23 Jul 2019 06:55:03 +0000 (15:55 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 14 Oct 2019 16:57:19 +0000 (01:57 +0900)
src/libsystemd/sd-netlink/netlink-types.h

index efc59a0a4bc0dbbd281276f12475a97176b49f44..45a2a383f5220245e8e01135410bf0414f3ef0ea 100644 (file)
@@ -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);