summaryrefslogtreecommitdiff
path: root/SAX2.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 /SAX2.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 'SAX2.c')
-rw-r--r--SAX2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/SAX2.c b/SAX2.c
index ae6181c4..23cfac60 100644
--- a/SAX2.c
+++ b/SAX2.c
@@ -3038,5 +3038,3 @@ docbDefaultSAXHandlerInit(void)
}
#endif /* LIBXML_DOCB_ENABLED */
-#define bottom_SAX2
-#include "elfgcchack.h"