]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: guid: remove global tree export
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 7 Nov 2024 10:08:05 +0000 (11:08 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 7 Nov 2024 16:20:00 +0000 (17:20 +0100)
guid_tree is not directly used outside of functions provided by the guid
module. Remove its export from the include file.

include/haproxy/guid.h

index ecfeb6a49646aebc4463b63346fff7e213cf2b23..a605c8668b8c12fb6b8a41d46546107062b1f0bf 100644 (file)
@@ -3,8 +3,6 @@
 
 #include <haproxy/guid-t.h>
 
-extern struct eb_root guid_tree;
-
 void guid_init(struct guid_node *node);
 int guid_insert(enum obj_type *obj_type, const char *uid, char **errmsg);
 void guid_remove(struct guid_node *guid);