summaryrefslogtreecommitdiff
path: root/xpcom
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-10-16 12:05:58 +0000
committerMoonchild <moonchild@palemoon.org>2021-10-16 12:05:58 +0000
commit80c43057159f640dfcd21dffeade7c29e052405f (patch)
tree0c5482405d56d7488af9240d9701a5848358b770 /xpcom
parent1ba7ef8edb18d625f902ecf2a195ab22f26ebaa8 (diff)
downloadaura-central-80c43057159f640dfcd21dffeade7c29e052405f.tar.gz
Issue %3020 - Part 8: Remove MOZ_LINKER
This also removes the XZ Embedded decompressor because it was only used with the custom liker.
Diffstat (limited to 'xpcom')
-rw-r--r--xpcom/glue/standalone/nsXPCOMGlue.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/xpcom/glue/standalone/nsXPCOMGlue.cpp b/xpcom/glue/standalone/nsXPCOMGlue.cpp
index e4a5d8bd4..9e90f6e0c 100644
--- a/xpcom/glue/standalone/nsXPCOMGlue.cpp
+++ b/xpcom/glue/standalone/nsXPCOMGlue.cpp
@@ -79,18 +79,6 @@ CloseLibHandle(LibHandleType aLibHandle)
#else
#include <dlfcn.h>
-#ifdef MOZ_LINKER
-extern "C" {
-NS_HIDDEN __typeof(dlopen) __wrap_dlopen;
-NS_HIDDEN __typeof(dlsym) __wrap_dlsym;
-NS_HIDDEN __typeof(dlclose) __wrap_dlclose;
-}
-
-#define dlopen __wrap_dlopen
-#define dlsym __wrap_dlsym
-#define dlclose __wrap_dlclose
-#endif
-
typedef void* LibHandleType;
static LibHandleType