From d68329f01423627a738c8b01898fe72515e3c986 Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Thu, 7 Nov 2024 11:08:05 +0100 Subject: [PATCH] CLEANUP: guid: remove global tree export guid_tree is not directly used outside of functions provided by the guid module. Remove its export from the include file. (cherry picked from commit b70880cdc9c01602197fd124c84ab264f6b4ddfb) Signed-off-by: Christopher Faulet --- include/haproxy/guid.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/haproxy/guid.h b/include/haproxy/guid.h index ecfeb6a..a605c86 100644 --- a/include/haproxy/guid.h +++ b/include/haproxy/guid.h @@ -3,8 +3,6 @@ #include -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); -- 1.7.10.4