Skip to content

Commit b70880c

Browse files
committed
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.
1 parent aba3ed6 commit b70880c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/haproxy/guid.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#include <haproxy/guid-t.h>
55

6-
extern struct eb_root guid_tree;
7-
86
void guid_init(struct guid_node *node);
97
int guid_insert(enum obj_type *obj_type, const char *uid, char **errmsg);
108
void guid_remove(struct guid_node *guid);

0 commit comments

Comments
 (0)