summaryrefslogtreecommitdiff
path: root/SAX.c
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-02-20 18:46:42 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-02-20 21:49:04 +0100
commit346c3a930c50b20d6f65dd7d751b8b7284582214 (patch)
treef023a227b6afc8b4fe45f98ff9e3300c6c334824 /SAX.c
parentce0871e15cdb68e505ccd9d9c96ff8455ed936ab (diff)
downloadlibxml2-346c3a930c50b20d6f65dd7d751b8b7284582214.tar.gz
Remove elfgcchack.h
The same optimization can be enabled with -fno-semantic-interposition since GCC 5. clang has always used this option by default.
Diffstat (limited to 'SAX.c')
-rw-r--r--SAX.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/SAX.c b/SAX.c
index 292af57e..4df25f9c 100644
--- a/SAX.c
+++ b/SAX.c
@@ -175,6 +175,4 @@ initdocbDefaultSAXHandler(xmlSAXHandlerV1 *hdlr)
#endif /* LIBXML_SAX1_ENABLED */
-#define bottom_SAX
-#include "elfgcchack.h"
#endif /* LIBXML_LEGACY_ENABLED */