From 26ccca020b529276c4db8bf2328154a1c4baeaab Mon Sep 17 00:00:00 2001 From: Dana Dahlstrom Date: Sun, 17 Dec 2023 17:00:00 -0800 Subject: [PATCH] Remove includes of deleted elfgcchack.h --- third_party/libxml/src/relaxng.c | 1 - third_party/libxml/src/xmlregexp.c | 1 - third_party/libxml/src/xmlschemas.c | 1 - third_party/libxml/src/xmlschemastypes.c | 1 - third_party/libxml/src/xpointer.c | 1 - 5 files changed, 5 deletions(-) diff --git a/third_party/libxml/src/relaxng.c b/third_party/libxml/src/relaxng.c index 004e090e76ca..30e808e38e31 100644 --- a/third_party/libxml/src/relaxng.c +++ b/third_party/libxml/src/relaxng.c @@ -11097,5 +11097,4 @@ xmlRelaxNGValidateDoc(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc) } #define bottom_relaxng -#include "third_party/libxml/src/elfgcchack.h" #endif /* LIBXML_SCHEMAS_ENABLED */ diff --git a/third_party/libxml/src/xmlregexp.c b/third_party/libxml/src/xmlregexp.c index 745596b83f09..793b912d99c6 100644 --- a/third_party/libxml/src/xmlregexp.c +++ b/third_party/libxml/src/xmlregexp.c @@ -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 */ diff --git a/third_party/libxml/src/xmlschemas.c b/third_party/libxml/src/xmlschemas.c index cdf9e1179fab..e2f65f3afb04 100644 --- a/third_party/libxml/src/xmlschemas.c +++ b/third_party/libxml/src/xmlschemas.c @@ -28962,5 +28962,4 @@ xmlSchemaValidCtxtGetParserCtxt(xmlSchemaValidCtxtPtr ctxt) } #define bottom_xmlschemas -#include "third_party/libxml/src/elfgcchack.h" #endif /* LIBXML_SCHEMAS_ENABLED */ diff --git a/third_party/libxml/src/xmlschemastypes.c b/third_party/libxml/src/xmlschemastypes.c index bae1ac602cc5..7747227457ff 100644 --- a/third_party/libxml/src/xmlschemastypes.c +++ b/third_party/libxml/src/xmlschemastypes.c @@ -6160,5 +6160,4 @@ xmlSchemaGetValType(xmlSchemaValPtr val) } #define bottom_xmlschemastypes -#include "third_party/libxml/src/elfgcchack.h" #endif /* LIBXML_SCHEMAS_ENABLED */ diff --git a/third_party/libxml/src/xpointer.c b/third_party/libxml/src/xpointer.c index e170ba24b6da..192bc3bee944 100644 --- a/third_party/libxml/src/xpointer.c +++ b/third_party/libxml/src/xpointer.c @@ -2949,6 +2949,5 @@ xmlXPtrEvalRangePredicate(xmlXPathParserContextPtr ctxt) { } #define bottom_xpointer -#include "third_party/libxml/src/elfgcchack.h" #endif