1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

globals: Remove functions related to global state handling

- xmlGetGlobalState
- xmlInitializeGlobalState
- xmlGetThreadId
- xmlIsMainThread
This commit is contained in:
Nick Wellnhofer
2025-03-04 16:07:40 +01:00
parent 03a8d5f93d
commit 85bd58ef56
7 changed files with 5 additions and 118 deletions

View File

@@ -16,7 +16,6 @@
#include <libxml/xmlregexp.h>
#include <libxml/xmlautomata.h>
#include <libxml/xmlreader.h>
#include <libxml/globals.h>
#include <libxml/xmlsave.h>
#ifdef LIBXML_RELAXNG_ENABLED
#include <libxml/relaxng.h>