Skip to content

Commit

Permalink
Remove includes of deleted elfgcchack.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlstrom-g committed Dec 18, 2023
1 parent 828bd65 commit 26ccca0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion third_party/libxml/src/relaxng.c
Original file line number Diff line number Diff line change
Expand Up @@ -11097,5 +11097,4 @@ xmlRelaxNGValidateDoc(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc)
}

#define bottom_relaxng
#include "third_party/libxml/src/elfgcchack.h"
#endif /* LIBXML_SCHEMAS_ENABLED */
1 change: 0 additions & 1 deletion third_party/libxml/src/xmlregexp.c
Original file line number Diff line number Diff line change
Expand Up @@ -8256,5 +8256,4 @@ xmlExpCtxtNbCons(xmlExpCtxtPtr ctxt) {

#endif /* LIBXML_EXPR_ENABLED */
#define bottom_xmlregexp
#include "third_party/libxml/src/elfgcchack.h"
#endif /* LIBXML_REGEXP_ENABLED */
1 change: 0 additions & 1 deletion third_party/libxml/src/xmlschemas.c
Original file line number Diff line number Diff line change
Expand Up @@ -28962,5 +28962,4 @@ xmlSchemaValidCtxtGetParserCtxt(xmlSchemaValidCtxtPtr ctxt)
}

#define bottom_xmlschemas
#include "third_party/libxml/src/elfgcchack.h"
#endif /* LIBXML_SCHEMAS_ENABLED */
1 change: 0 additions & 1 deletion third_party/libxml/src/xmlschemastypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -6160,5 +6160,4 @@ xmlSchemaGetValType(xmlSchemaValPtr val)
}

#define bottom_xmlschemastypes
#include "third_party/libxml/src/elfgcchack.h"
#endif /* LIBXML_SCHEMAS_ENABLED */
1 change: 0 additions & 1 deletion third_party/libxml/src/xpointer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2949,6 +2949,5 @@ xmlXPtrEvalRangePredicate(xmlXPathParserContextPtr ctxt) {
}

#define bottom_xpointer
#include "third_party/libxml/src/elfgcchack.h"
#endif

0 comments on commit 26ccca0

Please sign in to comment.