aboutsummaryrefslogtreecommitdiff
path: root/uri.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 /uri.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 'uri.c')
-rw-r--r--uri.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uri.c b/uri.c
index ccc26aa5..81ec7f43 100644
--- a/uri.c
+++ b/uri.c
@@ -2558,5 +2558,3 @@ xmlPathToURI(const xmlChar *path)
xmlFree(cal);
return(ret);
}
-#define bottom_uri
-#include "elfgcchack.h"